aboutsummaryrefslogtreecommitdiff
path: root/blake2b/blake2bAVX2_amd64.go
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-02-20all: go fmt ./...Russ 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
2016-12-21blake2b: fix build on non-amd64 platformsMikio Hara
2016-12-20blake2b: add AVX assemblyAndreas Auernhammer
2016-10-18blake2b: new packageAndreas Auernhammer