Exported version of golang.org/x/crypto/sha3 https://golang.org/x/crypto/sha3
Go to file
DataHoarder 04fe7dc643
Experimental: allow analysis of xorIn inside Write to prevent heap escape of parameter p
2023-06-04 11:24:30 +02:00
testdata 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
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 Export internal state 2023-05-12 08:42:07 +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
register.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
sha3.go Export internal state 2023-05-12 08:42:07 +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 Experimental: allow analysis of xorIn inside Write to prevent heap escape of parameter p 2023-06-04 11:24:30 +02:00
shake.go Export internal state 2023-05-12 08:42:07 +02:00
shake_generic.go Initial commit as of a4e984136a63c90def42a9336ac6507c2f6a896d 2023-05-12 08:31:31 +02:00
xor.go Experimental: allow analysis of xorIn inside Write to prevent heap escape of parameter p 2023-06-04 11:24:30 +02:00
xor_generic.go Export internal state 2023-05-12 08:42:07 +02:00
xor_unaligned.go Experimental: allow analysis of xorIn inside Write to prevent heap escape of parameter p 2023-06-04 11:24:30 +02:00

README.md

sha3

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