index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sha3
/
sha3_test.go
Age
Commit message (
Expand
)
Author
2025-10-22
sha3: make it mostly a wrapper around crypto/sha3
Filippo Valsorda
2024-10-22
sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
Filippo Valsorda
2024-10-22
sha3: fix padding for long cSHAKE parameters
Filippo Valsorda
2024-05-06
sha3: simplify XOR functions
Filippo Valsorda
2024-04-15
sha3: fix Sum results for SHAKE functions on s390x
Michael Munday
2020-03-11
sha3: mark xorInUnaligned with go:nocheckptr
Bryan C. Mills
2019-05-13
sha3: fix bug in cSHAKE Clone()
Conrado P. L. Gouvea
2019-04-17
sha3: add cSHAKE support
Kris Kwiatkowski
2019-01-03
sha3: add support for Keccak-512
Péter Szilágyi
2018-05-05
sha3: add NewLegacyKeccak256
Leon Klingele
2018-05-03
sha3: enable TestUnalignedWrites
Kris Kwiatkowski
2017-11-28
all: run gofmt -s on source code
Kevin Burke
2017-07-15
sha3: added example output
sbuss
2015-04-16
sha3: fix TestAppend to loop twice, to match the comments.
Glenn Brown
2015-01-24
sha3: move test data to testdata
David Leon Gil
2015-01-12
sha3: use unaligned reads and xors on x86 and x64
David Leon Gil
2014-10-13
sha3: change range statement in test to work with Go 1.3 and earlier
Ian Lance Taylor
2014-09-03
go.crypto/sha3: update to sync with draft FIPS-202
David Leon Gil
2013-04-02
go.crypto/sha3: change keccakF to stateless function
Eric Roshan-Eisner
2013-03-23
go.crypto/sha3: fix typo; remove 4 million map lookups (5% of "go test"
Nigel Tao
2013-03-22
go.crypto/sha3: new package
Joseph Bonneau