| Commit message (Expand) | Author | Age | Files | Lines |
| * | all: move //go: function directives directly above functions | Michael Pratt | 2023-03-02 | 1 | -1/+0 |
| * | crypto: use encoding append functions | Erik Pellizzon | 2022-09-20 | 1 | -17/+5 |
| * | all: remove more leftover // +build lines | Tobias Klauser | 2021-11-06 | 1 | -1/+0 |
| * | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 3 | -3/+0 |
| * | crypto: avoid escaping Hash.Sum on generic architectures | Joe Tsai | 2021-09-23 | 2 | -1/+17 |
| * | all: add //go:build lines to assembly files | Tobias Klauser | 2021-05-13 | 1 | -0/+1 |
| * | crypto/md5: improve ppc64x performance | Paul E. Murphy | 2021-03-15 | 2 | -147/+182 |
| * | docs: fix case of GitHub | John Bampton | 2021-03-05 | 1 | -1/+1 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 3 | -0/+3 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+2 |
| * | crypto,internal/bytealg: fix assembly that clobbers BP | Keith Randall | 2020-08-16 | 1 | -1/+1 |
| * | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 2 | -2/+2 |
| * | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick | 2019-10-09 | 1 | -184/+0 |
| * | all: simplify code using "gofmt -s -w" | Shulhan | 2019-05-06 | 1 | -2/+2 |
| * | crypto/md5: fix casting of d.nx in UnmarshalBinary | Jason LeBrun | 2019-01-07 | 2 | -1/+59 |
| * | crypto/md5: fix md5block asm to work on big endian ppc64 | Lynn Boger | 2018-11-09 | 3 | -16/+25 |
| * | crypto/md5: simplify generic implementation | Michael Munday | 2018-11-02 | 5 | -433/+213 |
| * | all: this big patch remove whitespace from assembly files | Zhou Peng | 2018-10-03 | 3 | -5/+5 |
| * | crypto/md5: unnecessary conversion | ludweeg | 2018-04-24 | 1 | -1/+1 |
| * | crypto/md5: make receiver name consistent | ludweeg | 2018-04-23 | 1 | -4/+4 |
| * | crypto/md5: add assembly implementation on arm64 | Meng Zhuo | 2018-04-02 | 3 | -2/+169 |
| * | all: fix non-standard "DO NOT EDIT" comments for generated files | Mark Rushakoff | 2018-03-10 | 2 | -4/+2 |
| * | hash: add MarshalBinary/UnmarshalBinary round trip + golden test for all impl... | Russ Cox | 2017-12-06 | 1 | -1/+2 |
| * | crypto, hash: document marshal/unmarshal implementation | Roger Peppe | 2017-11-15 | 1 | -1/+3 |
| * | crypto, hash: implement BinaryMarshaler, BinaryUnmarshaler in hash implementa... | Tim Cooper | 2017-11-01 | 2 | -33/+141 |
| * | crypto: revise wording about cryptographically broken algorithms | Brad Fitzpatrick | 2017-05-04 | 1 | -1/+2 |
| * | crypto: document insecure algorithms | Andreas Auernhammer | 2017-05-03 | 1 | -0/+2 |
| * | crypto/md5, crypto/sha1, crypto/sha256: add examples for checksumming a file | Emmanuel Odeke | 2016-09-19 | 1 | -0/+17 |
| * | crypto/*, runtime: nacl asm fixes | Josh Bleecher Snyder | 2016-08-22 | 1 | -1/+1 |
| * | crypto/md5: add s390x assembly implementation | Michael Munday | 2016-04-27 | 3 | -2/+177 |
| * | crypto/md5: add assembly implementation on ppc64le | Lynn Boger | 2016-04-20 | 3 | -2/+194 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 2 | -2/+2 |
| * | all: fix typos and spelling | Martin Möhrmann | 2016-02-24 | 1 | -1/+1 |
| * | crypto/md5: uniform Write func | unknown | 2015-11-04 | 1 | -8/+2 |
| * | [dev.cc] crypto/md5, crypto/sha1: restore a few SP references | Russ Cox | 2015-02-20 | 1 | -9/+9 |
| * | [dev.cc] cmd/asm: make 4(SP) illegal except on 386 | Rob Pike | 2015-02-18 | 1 | -9/+9 |
| * | [dev.cc] crypto/md5: fix arm assembler in md5block_arm.s | Rob Pike | 2015-02-14 | 1 | -18/+18 |
| * | [dev.cc] all: edit assembly source for ARM to be more regular | Rob Pike | 2015-02-13 | 1 | -174/+174 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 11 | -0/+1784 |