golang/src/crypto/subtle
qiulaidongfeng 74abbdfe62 crypto/subtle: remove unused code
Change-Id: I4e360e643d101a8f2188a2318557b0430a89d5cd
GitHub-Last-Rev: 046943ff482ff8e5665a50f62fcb63fa3bcf868e
GitHub-Pull-Request: golang/go#65747
Reviewed-on: https://go-review.googlesource.com/c/go/+/564736
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
2024-02-16 15:51:19 +00:00
..
constant_time.go crypto/subtle: note that input length mismatch makes ConstantTimeCompare return immediately 2022-04-05 01:54:27 +00:00
constant_time_test.go
xor.go crypto/subtle: use min builtin function in XORBytes 2024-02-16 15:50:40 +00:00
xor_amd64.go crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
xor_amd64.s crypto/subtle: use PCALIGN in xorBytes 2023-10-26 18:14:32 +00:00
xor_arm64.go crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
xor_arm64.s crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
xor_generic.go crypto/subtle: don't cast to *uintptr when word size is 0 2023-03-31 23:25:07 +00:00
xor_ppc64x.go crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
xor_ppc64x.s crypto/subtle: improve xorBytes assembler on PPC64 2023-10-06 21:19:31 +00:00
xor_test.go crypto/subtle: remove unused code 2024-02-16 15:51:19 +00:00