]> Cypherpunks repositories - gostls13.git/commit
crypto/subtle: use min builtin function in XORBytes
authorqiulaidongfeng <2645477756@qq.com>
Fri, 16 Feb 2024 10:24:55 +0000 (10:24 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 16 Feb 2024 15:50:40 +0000 (15:50 +0000)
commit6e5080470c184da64b021708545da984301a3eb8
tree62347669241e7f7a2729d9ef8ef2cf9c4ed02182
parent63dd79c07b0026b58f421a5273c41e705ccb73d1
crypto/subtle: use min builtin function in XORBytes

Change-Id: Ibf57dbaaa54486823e0769714dec2e22d6c5ea9e
GitHub-Last-Rev: 31421d066833f721f3fa261ac9dc49724fffb5f8
GitHub-Pull-Request: golang/go#65748
Reviewed-on: https://go-review.googlesource.com/c/go/+/564577
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/crypto/subtle/xor.go