crypto/sha3
Alexander Yastrebov a3485e1740 all: use math/bits.RotateLeft
Updates golang/go#31456

Change-Id: Idf043a25632526baa190bf42ed360cb79f85e493
GitHub-Last-Rev: 5946157892
GitHub-Pull-Request: golang/crypto#195
Reviewed-on: https://go-review.googlesource.com/c/crypto/+/356518
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
2022-10-24 17:35:37 +00:00
..
testdata sha3: add cSHAKE support 2019-04-17 17:40:47 +00:00
doc.go all: gofmt 2022-04-11 22:02:26 +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: use math/bits.RotateLeft 2022-10-24 17:35:37 +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 acme, sha3, ssh: fix the typos 2022-02-09 15:53:12 +00:00
sha3_s390x.go all: gofmt 2022-04-11 22:02:26 +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