aboutsummaryrefslogtreecommitdiff
path: root/blake2s
AgeCommit message (Expand)Author
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-02-20all: go fmt ./...Russ Cox
2021-02-18blake2s: fix 386 assembly not to smash SPRuss Cox
2021-02-18blake2s: fix amd64 assembly not to smash SPRuss Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2020-04-03blake2b,blake2s: clarify difference between blake2b and blake2sKatie Hockman
2019-04-22blake2s: use math.bits rotate functions instead of ad-hoc implementationUdalov Max
2018-10-29all: fix typosIgor Zhilianin
2018-04-30crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detectionAndreas Auernhammer
2018-03-30blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshalerValarDragon
2017-11-05blake2s: fix vet format string issueTobias Klauser
2017-07-05blake2s: implement BLAKE2XAndreas Auernhammer
2017-06-06blake2s: add 128-bit digest support.Mathias Hall-Andersen
2017-04-07x/crypto/*: add import commentAndreas Auernhammer
2017-03-02blake2s: register BLAKE2sAndreas Auernhammer
2016-10-28blake2s: fix build constraintsAdam Langley
2016-10-24blake2s: test all four hashing implementationsAustin Clements
2016-10-21blake2s: fix frame size of hashBlocksSSE4Austin Clements
2016-10-21blake2s: remove NOSPLIT from asm functionsAustin Clements
2016-10-21blake2s: use proper Go frame sizesAustin Clements
2016-10-19blake2s,blake2b: fix typo in package docAndreas Auernhammer
2016-10-17blake2s: new packageAndreas Auernhammer