Exported version of golang.org/x/crypto/sha3 https://golang.org/x/crypto/sha3
Go to file
2023-05-12 08:31:31 +02:00
testdata Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
doc.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
go.mod Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
go.sum Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
hashes.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
hashes_generic.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
keccakf.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
keccakf_amd64.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
keccakf_amd64.s Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
LICENSE Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
PATENTS Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
README.md Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
register.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
sha3.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
sha3_s390x.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
sha3_s390x.s Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
sha3_test.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
shake.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
shake_generic.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
xor.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
xor_generic.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
xor_unaligned.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00

sha3

Exported version of golang.org/x/crypto/sha3 for better escape analysis and prevent Write/Read heap allocations.