aboutsummaryrefslogtreecommitdiff
path: root/blake2b/blake2b_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
2016-12-21blake2b: fix build on non-amd64 platformsMikio Hara
2016-12-20blake2b: add AVX assemblyAndreas Auernhammer
2016-10-24blake2b: test all three hashing implementationsAustin Clements
2016-10-18blake2b: new packageAndreas Auernhammer