aboutsummaryrefslogtreecommitdiff
path: root/sha3/sha3_test.go
AgeCommit message (Expand)Author
2025-10-22sha3: make it mostly a wrapper around crypto/sha3Filippo Valsorda
2024-10-22sha3: add MarshalBinary, AppendBinary, and UnmarshalBinaryFilippo Valsorda
2024-10-22sha3: fix padding for long cSHAKE parametersFilippo Valsorda
2024-05-06sha3: simplify XOR functionsFilippo Valsorda
2024-04-15sha3: fix Sum results for SHAKE functions on s390xMichael Munday
2020-03-11sha3: mark xorInUnaligned with go:nocheckptrBryan C. Mills
2019-05-13sha3: fix bug in cSHAKE Clone()Conrado P. L. Gouvea
2019-04-17sha3: add cSHAKE supportKris Kwiatkowski
2019-01-03sha3: add support for Keccak-512Péter Szilágyi
2018-05-05sha3: add NewLegacyKeccak256Leon Klingele
2018-05-03sha3: enable TestUnalignedWritesKris Kwiatkowski
2017-11-28all: run gofmt -s on source codeKevin Burke
2017-07-15sha3: added example outputsbuss
2015-04-16sha3: fix TestAppend to loop twice, to match the comments.Glenn Brown
2015-01-24sha3: move test data to testdataDavid Leon Gil
2015-01-12sha3: use unaligned reads and xors on x86 and x64David Leon Gil
2014-10-13sha3: change range statement in test to work with Go 1.3 and earlierIan Lance Taylor
2014-09-03go.crypto/sha3: update to sync with draft FIPS-202David Leon Gil
2013-04-02go.crypto/sha3: change keccakF to stateless functionEric Roshan-Eisner
2013-03-23go.crypto/sha3: fix typo; remove 4 million map lookups (5% of "go test"Nigel Tao
2013-03-22go.crypto/sha3: new packageJoseph Bonneau