| Age | Commit message (Expand) | Author |
| 2019-05-24 | syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS | Richard Musiol |
| 2019-05-22 | all: shorten some tests | Russ Cox |
| 2019-05-02 | crypto/cipher: disable broken js/wasm test from nodejs v8 to v12 upgrade | Brad Fitzpatrick |
| 2019-03-08 | crypto/cipher: fix duplicated arguments to bytes.Equal in test | Iskander Sharipov |
| 2018-11-01 | crypto/cipher: add VSX implementation of xorBytes for ppc64x | Carlos Eduardo Seo |
| 2018-10-30 | crypto/cipher: use SIMD for xor on amd64 | templexxx |
| 2018-10-30 | crypto/cipher: make stream examples runnable in the playground | Yury Smolsky |
| 2018-09-25 | crypto/cipher: 8K benchmarks for AES stream modes | Michael McLoughlin |
| 2018-08-21 | crypto/{aes,cipher,rand}: use binary.{Big,Little}Endian methods | Michael Munday |
| 2018-07-20 | crypto/aes: implement AES-GCM AEAD for arm64 | Vlad Krasnov |
| 2018-06-19 | crypto: panic on illegal input and output overlap | Filippo Valsorda |
| 2018-06-07 | crypto/cipher: replace NewGCMWithNonceAndTagSize with NewGCMWithTagSize | 212472270 |
| 2018-06-01 | all: update comment URLs from HTTP to HTTPS, where possible | Tim Cooper |
| 2018-05-08 | cmd/compile,test: combine byte loads and stores on ppc64le | Lynn Boger |
| 2018-02-14 | crypto/cipher: add NewGCMWithNonceAndTagSize for custom tag sizes. | Conrado Gouvea |
| 2017-11-16 | crypto/cipher: use raw bytes for keys in docs | Kevin Burke |
| 2017-10-31 | crypto/cipher, crypto/rc4: make overlap rules wording consistent | Filippo Valsorda |
| 2017-09-06 | crypto/cipher: panic when IV length does not equal block size in NewOFB | Joe Kyo |
| 2017-09-01 | crypto/cipher: extend the docs of BlockMode and Stream | Filippo Valsorda |
| 2017-08-29 | all: join some chained ifs to unindent code | Daniel Martà |
| 2017-08-18 | crypto/aes: make the GHASH part of AES-GCM faster | Vlad Krasnov |
| 2017-08-09 | crypto/{aes,cipher,rc4}: fix out of bounds write in stream ciphers | Wei Congrui |
| 2016-12-08 | all: make spelling consistent | Brad Fitzpatrick |
| 2016-12-07 | crypto/*: document use or non-use of constant-time algorithms | Russ Cox |
| 2016-10-13 | crypto/{aes,cipher}: fix panic in CBC on s390x when src length is 0 | Michael Munday |
| 2016-10-05 | crypto/{aes,cipher}: add optimized implementation of AES-GCM for s390x | Michael Munday |
| 2016-09-02 | crypto/cipher: enforce message size limits for GCM. | Adam Langley |
| 2016-08-16 | crypto/cipher, math/big: fix example names | Josh Bleecher Snyder |
| 2016-05-09 | crypto/cipher: execute AES-GCM decryption example | Tilman Dilo |
| 2016-04-29 | crypto/cipher, crypto/aes: add s390x implementation of AES-CTR | Michael Munday |
| 2016-04-29 | crypto/cipher, crypto/aes: add s390x implementation of AES-CBC | Michael Munday |
| 2016-04-14 | crypto/cipher: enable fastXORBytes on s390x | Michael Munday |
| 2016-04-01 | all: use bytes.Equal, bytes.Contains and strings.Contains | Dominik Honnef |
| 2016-03-05 | crypto/cipher: xorBytes performance ppc64le/ppc64 | Lynn Boger |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-01-26 | crypto/cipher: Add AES-GCM encryption and decryption example | Kevin Kirsche |
| 2016-01-10 | crypto/cipher: always zero dst buffer on GCM authentication failure. | Adam Langley |
| 2015-12-22 | crypto/cipher: fix typo from last change | Rob Pike |
| 2015-12-22 | crypto/cipher: improve documentation for AEAD | Rob Pike |
| 2015-10-20 | crypto/cipher: fix CTR infinite loop with large block sizes | Caleb Spare |
| 2015-08-29 | crypto/aes: dedicated asm version of AES-GCM | Vlad Krasnov |
| 2015-06-09 | crypto/cipher: Support unusual GCM nonce lengths | Carl Jackson |
| 2014-12-26 | crypto/cipher: update docs for the Stream interface | Shenghou Ma |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |