| Age | Commit message (Expand) | Author |
| 2024-01-22 | crypto/sha512: provide optimised assembly for riscv64 | Joel Sing |
| 2023-09-20 | all: simplify bool conditions | Oleksandr Redko |
| 2023-08-02 | cmd/asm: add s390x crypto related instructions | Srinivas Pokala |
| 2023-05-03 | Revert "crypto/sha512: add WriteString and WriteByte method" | Ian Lance Taylor |
| 2023-04-25 | crypto/sha512: add WriteString and WriteByte method | Ian Lance Taylor |
| 2023-03-02 | all: move //go: function directives directly above functions | Michael Pratt |
| 2023-01-30 | crypto/sha512: reduce add usage on PPC64 | Paul E. Murphy |
| 2022-11-21 | crypto/{sha512,sha256,sha1}: reduce Write calls in Sum | Egon Elbre |
| 2022-10-06 | all: remove redundant type conversion | cui fliter |
| 2022-09-20 | crypto: use encoding append functions | Erik Pellizzon |
| 2022-08-30 | crypto/sha512: optimize ARM64 sha512 implemention | Meng Zhuo |
| 2022-04-29 | [dev.boringcrypto] crypto/internal/boring: make SHA calls allocation-free | Russ Cox |
| 2022-03-29 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Nicolas Hillegeer |
| 2022-03-07 | [dev.boringcrypto] all: merge master into dev.boringcrypto | David Chase |
| 2022-03-04 | crypto/sha512: fix stack size for previous change | Lynn Boger |
| 2022-03-02 | crypto/sha512: add BE support to PPC64 asm implementation | Lynn Boger |
| 2021-11-05 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Roland Shoemaker |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-09-23 | crypto: avoid escaping Hash.Sum on generic architectures | Joe Tsai |
| 2021-08-16 | [dev.boringcrypto] all: merge commit 57c115e1 into dev.boringcrypto | Roland Shoemaker |
| 2021-08-16 | crypto/sha{256,512}: unname result parameters for consistency | Brad Fitzpatrick |
| 2021-05-13 | [dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr... | Filippo Valsorda |
| 2021-04-20 | all: remove redundant spaces before . and , | Yury Smolsky |
| 2021-03-05 | docs: fix case of GitHub | John Bampton |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-05-07 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Dmitri Shuralyov |
| 2020-04-03 | crypto/sha512: optimize sha512 by removing function literal | Xiangdong Ji |
| 2019-06-09 | [dev.boringcrypto] crypto: move crypto/internal/boring imports to reduce merg... | Filippo Valsorda |
| 2019-06-05 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2019-05-28 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2019-05-23 | crypto/sha*: replace putUint{32,64} helpers | Michael McLoughlin |
| 2019-05-06 | all: simplify code using "gofmt -s -w" | Shulhan |
| 2019-04-15 | crypto/sha512: use math/bits.RotateLeft64 instead of ad-hoc implementation | Udalov Max |
| 2019-02-08 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2019-01-04 | crypto/sha512: fix casting of d.nx in UnmarshalBinary | Jason LeBrun |
| 2018-07-03 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2018-06-11 | crypto, internal/cpu: fix s390x AES feature detection and update SHA implemen... | Michael Munday |
| 2018-06-08 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-05-17 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2018-04-23 | crypto: make receiver name consistent | ludweeg |
| 2018-02-20 | crypto/sha512: speed-up for very small blocks | Ilya Tocar |
| 2018-01-11 | crypto: clarify that some files come from CRYPTOGAMS | Ian Lance Taylor |
| 2017-12-06 | [dev.boringcrypto] all: merge master (more nearly Go 1.10 beta 1) into dev.bo... | Russ Cox |
| 2017-12-06 | hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl... | Russ Cox |
| 2017-12-06 | [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc... | Russ Cox |
| 2017-11-15 | crypto, hash: document marshal/unmarshal implementation | Roger Peppe |
| 2017-11-01 | crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa... | Tim Cooper |
| 2017-09-12 | crypto: simplify amd64 asm for sha{1,256,512} a bit | Ilya Tocar |
| 2017-08-17 | [dev.boringcrypto] crypto/sha1,sha256,sha512: use BoringCrypto | Russ Cox |