| Age | Commit message (Expand) | Author |
| 2023-11-27 | blake2b: drop Go 1.6, Go 1.8 compatibility | Sebastiaan van Stijn |
| 2023-10-11 | all: update go directive to 1.18 | Dmitri Shuralyov |
| 2021-05-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 2021-02-20 | all: go fmt ./... | Russ Cox |
| 2021-02-18 | blake2b: fix amd64 assembly not to smash SP | Russ Cox |
| 2020-12-03 | all: build tags: appengine,!gccgo => purego,gc | Tamir Duberstein |
| 2020-04-03 | blake2b,blake2s: clarify difference between blake2b and blake2s | Katie Hockman |
| 2019-04-22 | blake2b: use math.bits rotate functions instead of ad-hoc implementations | Udalov Max |
| 2019-01-22 | blake2b: fix comments in grammar | Ross Smith II |
| 2018-10-29 | all: fix typos | Igor Zhilianin |
| 2018-04-30 | crypto/{blake2b,blake2s,argon2,chacha20poly1305}: replace CPU feature detection | Andreas Auernhammer |
| 2018-04-25 | blake2b: Revert "blake2b: use internal/cpu to determine AVX and SSE 4 support" | Andreas Auernhammer |
| 2018-04-11 | blake2b: use internal/cpu to determine AVX and SSE 4 support | Tobias Klauser |
| 2018-03-30 | blake2b,blake2s: implement BinaryMarshaler, BinaryUnmarshaler | ValarDragon |
| 2017-12-18 | argon2: add new package implementing the Argon2 PBKDF family | Andreas Auernhammer |
| 2017-09-27 | blake2b: fix typo in error message | Tobias Klauser |
| 2017-07-09 | blake2b: implement BLAKE2X | Andreas Auernhammer |
| 2017-05-12 | blake2b: fix self-assignment in test | Andreas Auernhammer |
| 2017-04-07 | x/crypto/*: add import comment | Andreas Auernhammer |
| 2017-03-02 | blake2b: register BLAKE2b | Andreas Auernhammer |
| 2017-02-08 | blake2b: fix AVX performance problems on amd64 | Andreas Auernhammer |
| 2016-12-21 | blake2b: fix build on non-amd64 platforms | Mikio Hara |
| 2016-12-20 | blake2b: add AVX assembly | Andreas Auernhammer |
| 2016-12-12 | blake2b: fix constant size | Andreas Auernhammer |
| 2016-12-01 | x/crypto/blake2b: SSE4.1 is bit 19, not 15. | Adam Langley |
| 2016-10-24 | blake2b: test all three hashing implementations | Austin Clements |
| 2016-10-21 | blake2b: use proper Go frame sizes | Austin Clements |
| 2016-10-19 | blake2s,blake2b: fix typo in package doc | Andreas Auernhammer |
| 2016-10-18 | blake2b: new package | Andreas Auernhammer |