1
0
mirror of https://github.com/golang/go synced 2024-11-17 22:14:43 -07:00
go/src/crypto
Shawn Smith d3beea8c52 all: fix misspellings
GitHub-Last-Rev: 468df242d0
GitHub-Pull-Request: golang/go#23935
Change-Id: If751ce3ffa3a4d5e00a3138211383d12cb6b23fc
Reviewed-on: https://go-review.googlesource.com/95577
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
2018-02-20 21:02:58 +00:00
..
aes crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. 2018-02-14 15:32:26 +00:00
cipher crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. 2018-02-14 15:32:26 +00:00
des
dsa
ecdsa crypto/elliptic: reduce allocations on amd64 2017-11-30 21:01:10 +00:00
elliptic all: fix misspellings 2018-02-20 21:02:58 +00:00
hmac crypto, hash: document marshal/unmarshal implementation 2017-11-15 00:06:24 +00:00
internal/cipherhw
md5 hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all implementations 2017-12-06 07:45:46 +00:00
rand
rc4
rsa crypto/rsa: improve error message for keys too short for PSS 2018-02-14 15:31:22 +00:00
sha1 hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all implementations 2017-12-06 07:45:46 +00:00
sha256 crypto: clarify that some files come from CRYPTOGAMS 2018-01-11 00:07:35 +00:00
sha512 crypto: clarify that some files come from CRYPTOGAMS 2018-01-11 00:07:35 +00:00
subtle
tls all: use HTTPS for iana.org links 2018-02-13 18:36:48 +00:00
x509 all: fix misspellings 2018-02-20 21:02:58 +00:00
crypto.go
issue21104_test.go