aboutsummaryrefslogtreecommitdiff
path: root/blake2b
AgeCommit message (Expand)Author
2023-11-27blake2b: drop Go 1.6, Go 1.8 compatibilitySebastiaan van Stijn
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-18blake2b: 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-22blake2b: use math.bits rotate functions instead of ad-hoc implementationsUdalov Max
2019-01-22blake2b: fix comments in grammarRoss Smith II
2018-10-29all: fix typosIgor Zhilianin
2018-04-30crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detectionAndreas Auernhammer
2018-04-25blake2b: Revert "blake2b: use internal/cpu to determine AVX and SSE 4 support"Andreas Auernhammer
2018-04-11blake2b: use internal/cpu to determine AVX and SSE 4 supportTobias Klauser
2018-03-30blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshalerValarDragon
2017-12-18argon2: add new package implementing the Argon2 PBKDF familyAndreas Auernhammer
2017-09-27blake2b: fix typo in error messageTobias Klauser
2017-07-09blake2b: implement BLAKE2XAndreas Auernhammer
2017-05-12blake2b: fix self-assignment in testAndreas Auernhammer
2017-04-07x/crypto/*: add import commentAndreas Auernhammer
2017-03-02blake2b: register BLAKE2bAndreas Auernhammer
2017-02-08blake2b: fix AVX performance problems on amd64Andreas Auernhammer
2016-12-21blake2b: fix build on non-amd64 platformsMikio Hara
2016-12-20blake2b: add AVX assemblyAndreas Auernhammer
2016-12-12blake2b: fix constant sizeAndreas Auernhammer
2016-12-01x/crypto/blake2b: SSE4.1 is bit 19, not 15.Adam Langley
2016-10-24blake2b: test all three hashing implementationsAustin Clements
2016-10-21blake2b: use proper Go frame sizesAustin Clements
2016-10-19blake2s,blake2b: fix typo in package docAndreas Auernhammer
2016-10-18blake2b: new packageAndreas Auernhammer