go/src/crypto
cui fliter 50ba90bce5 all: fix some problematic comments
Change-Id: Ia110d19fe5ff3adc8bbf86dd2112f9702164d495
Reviewed-on: https://go-review.googlesource.com/c/go/+/475515
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
2023-03-13 16:49:45 +00:00
..
aes crypto/aes: On ppc64le, use better instructions when available 2022-11-21 15:06:26 +00:00
boring crypto/internal/boring: update to newer boringcrypto, add arm64 2022-08-18 21:28:09 +00:00
cipher crypto: use bytes.Clone 2022-09-28 03:55:33 +00:00
des crypto/des: fix a typo in the comment for permuteFinalBlock 2022-12-01 21:00:43 +00:00
dsa
ecdh crypto/ecdh: explicitly reject mismatched curves in ECDH 2023-02-06 21:22:50 +00:00
ecdsa crypto/ecdsa: verify validity of signature parameters in Verify 2022-12-01 17:28:18 +00:00
ed25519 crypto/ed25519: improve Ed25519ctx error for oversized contexts 2023-03-06 23:46:08 +00:00
elliptic crypto/elliptic: remove deprecation markers 2022-11-24 03:05:33 +00:00
hmac all: fix some problematic comments 2023-03-13 16:49:45 +00:00
internal crypto/internal/nistec: reduce P-256 scalar 2023-02-24 21:59:42 +00:00
md5 all: move //go: function directives directly above functions 2023-03-02 22:56:35 +00:00
rand crypto/rand: replace shift with constant 2023-02-06 18:03:38 +00:00
rc4 crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
rsa crypto/internal/bigmod: flag amd64 assembly as noescape 2023-02-15 22:00:58 +00:00
sha1 all: move //go: function directives directly above functions 2023-03-02 22:56:35 +00:00
sha256 all: move //go: function directives directly above functions 2023-03-02 22:56:35 +00:00
sha512 all: move //go: function directives directly above functions 2023-03-02 22:56:35 +00:00
subtle crypto/subtle: add XORBytes 2022-08-17 18:47:33 +00:00
tls crypto/tls: replace all usages of BytesOrPanic 2023-02-14 16:52:30 +00:00
x509 crypto/x509: make TestIssue51759 builder only 2023-03-01 20:16:39 +00:00
crypto.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
issue21104_test.go