crypto/sha3
HowJMay a769d52b0f sha3: fix typo in comment
Change-Id: I2cd8fe55a3918771744ca6b53b8335282b7d2b40
GitHub-Last-Rev: 34bf09adb2
GitHub-Pull-Request: golang/crypto#189
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/333429
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Keith Randall <khr@golang.org>
2021-07-11 02:07:23 +00:00
..
testdata sha3: add cSHAKE support 2019-04-17 17:40:47 +00:00
doc.go all: fix typos 2018-10-29 02:12:03 +00:00
hashes.go sha3: add support for Keccak-512 2019-01-03 21:31:33 +00:00
hashes_generic.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
keccakf.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
keccakf_amd64.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
keccakf_amd64.s all: add //go:build lines to assembly files 2021-05-13 12:29:33 +00:00
register.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
sha3.go sha3: align (*state).storage 2019-11-05 03:41:35 +00:00
sha3_s390x.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
sha3_s390x.s all: add //go:build lines to assembly files 2021-05-13 12:29:33 +00:00
sha3_test.go sha3: mark xorInUnaligned with go:nocheckptr 2020-03-11 17:13:14 +00:00
shake.go sha3: fix bug in cSHAKE Clone() 2019-05-13 17:29:03 +00:00
shake_generic.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
xor.go all: go fmt ./... 2021-02-20 03:31:48 +00:00
xor_generic.go sha3: fix typo in comment 2021-07-11 02:07:23 +00:00
xor_unaligned.go all: go fmt ./... 2021-02-20 03:31:48 +00:00