aboutsummaryrefslogtreecommitdiff
path: root/blake2b/blake2bAVX2_amd64.s
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-18blake2b: fix amd64 assembly not to smash SPRuss Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
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
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-10-21blake2b: use proper Go frame sizesAustin Clements
2016-10-18blake2b: new packageAndreas Auernhammer