go/src/crypto
Russ Cox ea5d7cbc26 all: boringcrypto post-merge cleanup
This CL addresses the comments on CL 403154.

For #51940.

Change-Id: I99bb3530916d469077bfbd53095bfcd1d2aa82ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/403976
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
2022-06-06 19:10:07 +00:00
..
aes all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
boring [dev.boringcrypto] all: add boringcrypto build tags 2022-04-29 14:23:22 +00:00
cipher all: gofmt main repo 2022-04-11 16:34:30 +00:00
des all: fix some lint issues 2022-05-08 17:27:54 +00:00
dsa crypto/dsa,crypto/x509: deprecate DSA and remove crypto/x509 support 2020-10-02 10:48:33 +00:00
ecdsa all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
ed25519 crypto/ed25519/internal/edwards25519: move to crypto/internal/edwards25519 2022-05-05 21:53:10 +00:00
elliptic crypto/elliptic/internal/nistec: move to crypto/internal/nistec 2022-05-05 21:53:03 +00:00
hmac all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
internal all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
md5 all: remove more leftover // +build lines 2021-11-06 10:24:44 +00:00
rand all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
rc4
rsa all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
sha1 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free 2022-04-29 14:23:27 +00:00
sha256 crypto/internal/boring: avoid false positive in cgo pointer check in SHA calls 2022-05-05 19:31:33 +00:00
sha512 [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free 2022-04-29 14:23:27 +00:00
subtle crypto/subtle: note that input length mismatch makes ConstantTimeCompare return immediately 2022-04-05 01:54:27 +00:00
tls all: boringcrypto post-merge cleanup 2022-06-06 19:10:07 +00:00
x509 all: fix spelling 2022-05-17 21:46:33 +00:00
crypto.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
issue21104_test.go