aboutsummaryrefslogtreecommitdiff
path: root/sha3
AgeCommit message (Expand)Author
2025-10-22sha3: make it mostly a wrapper around crypto/sha3Filippo Valsorda
2025-02-14all: bump golang.org/x/crypto dependencies of asm generatorsRoland Shoemaker
2024-10-22sha3: add MarshalBinary, AppendBinary, and UnmarshalBinaryFilippo Valsorda
2024-10-22sha3: avoid trailing permutationFilippo Valsorda
2024-10-22sha3: fix padding for long cSHAKE parametersFilippo Valsorda
2024-10-21sha3: avoid buffer copyFilippo Valsorda
2024-09-30sha3: fix cSHAKE initialization for extremely large N and or SYawning Angel
2024-07-16sha3: Avo port of keccakf_amd64.sGarrett Bodley
2024-06-26all: bump go.mod version and drop compatibility shimsFilippo Valsorda
2024-05-07sha3: reenable s390x assemblyMauri de Souza Meneguzzo
2024-05-07sha3: make APIs usable with zero allocationsFilippo Valsorda
2024-05-07sha3: disable s390x assemblyFilippo Valsorda
2024-05-06sha3: simplify XOR functionsFilippo Valsorda
2024-04-15sha3: fix Sum results for SHAKE functions on s390xMichael Munday
2023-11-27argon2: avoid clobbering BPEgon Elbre
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-09-10sha3: have ShakeHash extend hash.HashMatthew Dempsky
2022-10-24all: use math/bits.RotateLeftAlexander Yastrebov
2022-04-11all: gofmtRuss Cox
2022-02-09acme, sha3, ssh: fix the typosHowJmay
2021-07-11sha3: fix typo in commentHowJMay
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-02-20all: go fmt ./...Russ Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2020-08-20sha3: remove go:nocheckptr annotationBryan C. Mills
2020-03-11sha3: mark xorInUnaligned with go:nocheckptrBryan C. Mills
2020-01-08sha3: fix SHA-3 on s390x when using KIMD instructionMichael Munday
2019-11-05sha3: align (*state).storageBryan C. Mills
2019-09-07sha3: add a space before +build in build tag commentsTobias Klauser
2019-05-13sha3: fix bug in cSHAKE Clone()Conrado P. L. Gouvea
2019-04-17sha3: add cSHAKE supportKris Kwiatkowski
2019-02-28sha3: use x/sys/cpu for s390x feature detectionMichael Munday
2019-01-03sha3: add support for Keccak-512Péter Szilágyi
2018-10-29all: fix typosIgor Zhilianin
2018-05-05sha3: add NewLegacyKeccak256Leon Klingele
2018-05-03sha3: enable TestUnalignedWritesKris Kwiatkowski
2018-04-26sha3: add optimized implementation for s390xMichael Munday
2018-03-12sha3: fix typo in Shake256 docsKyle Spiers
2017-11-28all: run gofmt -s on source codeKevin Burke
2017-08-25sha3: delete unused fieldMichael Munday
2017-07-15sha3: added example outputsbuss
2016-10-21sha3: fix SP adjustmentAustin Clements
2016-09-13crypto/sha3: use the assembly optimized KeccakF on amd64Péter Szilágyi
2016-07-06x/crypto: fix typosMartin Hamrle
2016-04-20sha3: revert alignment optimization on ppc64Lynn Boger
2016-03-17golang/x/crypto/sha3: use better alignmentLynn Boger
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-12-09crypto: add import comments.David Symonds