1
0
mirror of https://github.com/golang/go synced 2024-11-07 12:36:27 -07:00
go/src/crypto
Naman Gera 52bf14e0e8 all: fix spellings
This follows the spelling choices that the Go project has made for English words.
https://github.com/golang/go/wiki/Spelling

Change-Id: Ie7c586d2cf23020cb492cfff58c0831d2d8d3a78
GitHub-Last-Rev: e16a32cd22
GitHub-Pull-Request: golang/go#45442
Reviewed-on: https://go-review.googlesource.com/c/go/+/308291
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
2021-04-10 01:46:41 +00:00
..
aes all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
cipher all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
des
dsa
ecdsa crypto/ecdsa: fix dead reference link 2021-03-13 11:26:35 +00:00
ed25519 crypto/ed25519: add comprehensive edge-case test vectors 2021-04-05 20:53:42 +00:00
elliptic crypto/elliptic: fix some typos 2021-03-30 08:39:13 +00:00
hmac
internal all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
md5 crypto/md5: improve ppc64x performance 2021-03-15 12:30:38 +00:00
rand crypto/rand, internal/syscall/unix: add support for getentropy syscall on darwin 2021-03-17 22:14:28 +00:00
rc4
rsa crypto/rsa: fix salt length calculation with PSSSaltLengthAuto 2021-03-29 15:20:11 +00:00
sha1 docs: fix case of GitHub 2021-03-05 02:35:21 +00:00
sha256 docs: fix case of GitHub 2021-03-05 02:35:21 +00:00
sha512 docs: fix case of GitHub 2021-03-05 02:35:21 +00:00
subtle
tls all: fix spellings 2021-04-10 01:46:41 +00:00
x509 crypto/x509: replace os.MkdirTemp with T.TempDir 2021-04-09 04:03:50 +00:00
crypto.go
issue21104_test.go