| Age | Commit message (Expand) | Author |
| 2024-01-12 | crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance | Filippo Valsorda |
| 2023-10-13 | crypto: add available godoc link | cui fliter |
| 2023-06-23 | crypto: document non-determinism of GenerateKey | Filippo Valsorda |
| 2023-05-25 | crypto/internal/bigmod: don't panic on NewModulusFromBig(0) | Roland Shoemaker |
| 2023-05-24 | crypto/rsa,crypto/internal/bigmod: optimized short exponentiations | Filippo Valsorda |
| 2023-05-17 | crypto/ed25519,crypto/rsa: make Equal methods constant time | Filippo Valsorda |
| 2023-05-17 | crypto/rsa: use BoringCrypto for 4096 bit keys | Filippo Valsorda |
| 2023-03-16 | crypto/rsa: deprecate multiprime RSA support | Filippo Valsorda |
| 2022-11-23 | crypto/rsa: remove deprecation markers for multiprime RSA support | Russ Cox |
| 2022-11-21 | crypto/internal/bigmod: move nat implementation out of crypto/rsa | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: allocate nats on the stack for RSA 2048 | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: precompute moduli | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: deprecate and de-optimize multi-prime RSA | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: replace big.Int for encryption and decryption | Lúcás Meier |
| 2022-11-15 | crypto/rsa: add a test walking through every key size | Filippo Valsorda |
| 2022-11-09 | crypto: allow hash.Hash for OAEP and MGF1 to be specified independently | Aleks Rudzitis |
| 2022-04-29 | [dev.boringcrypto] crypto/ecdsa, crypto/rsa: use boring.Cache | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] crypto/..., go/build: align deps test with standard rules | Russ Cox |
| 2021-05-13 | [dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr... | Filippo Valsorda |
| 2021-03-18 | crypto/rsa: correct EncryptOAEP doc comment | Richard Pickering |
| 2020-07-09 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Dmitri Shuralyov |
| 2020-07-08 | crypto: fix PKCS space in docs | Katie Hockman |
| 2020-05-07 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Dmitri Shuralyov |
| 2020-05-07 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Dmitri Shuralyov |
| 2020-05-05 | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PrivateKey.Equal | Filippo Valsorda |
| 2020-05-05 | math/big: add (*Int).FillBytes | Filippo Valsorda |
| 2020-04-08 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2020-04-02 | crypto/rsa: refactor RSA-PSS signing and verification | Filippo Valsorda |
| 2020-03-26 | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal | Filippo Valsorda |
| 2020-03-23 | Revert "crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal" | Bryan C. Mills |
| 2020-03-23 | crypto/rsa,crypto/ecdsa,crypto/ed25519: implement PublicKey.Equal | Filippo Valsorda |
| 2019-09-03 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Katie Hockman |
| 2019-07-28 | all: change some function documentation to be more idiomatic | Dominik Honnef |
| 2019-06-09 | [dev.boringcrypto] crypto: move crypto/internal/boring imports to reduce merg... | Filippo Valsorda |
| 2018-06-13 | [dev.boringcrypto] crypto/rsa: drop random source reading emulation | Filippo Valsorda |
| 2018-06-08 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Filippo Valsorda |
| 2018-06-07 | crypto: randomly read an extra byte of randomness in some places. | Adam Langley |
| 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-30 | math/big: return nil for nonexistent ModInverse | Brian Kessler |
| 2018-04-09 | crypto/rsa: improve the comment of PublicKey.Size | Filippo Valsorda |
| 2018-04-03 | crypto/rsa: add PublicKey.Size accessor | Pascal S. de Kloe |
| 2017-12-06 | [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringc... | Russ Cox |
| 2017-10-29 | crypto/{ecdsa,rsa}: rename argument to PrivateKey.Sign. | Adam Langley |
| 2017-09-18 | [dev.boringcrypto] crypto/rsa: fix boring GenerateKey to set non-nil Precompu... | Russ Cox |
| 2017-09-18 | [dev.boringcrypto] crypto/rsa: add test for, fix observable reads from custom... | Russ Cox |
| 2017-08-19 | [dev.boringcrypto] crypto/rsa: use BoringCrypto | Russ Cox |
| 2017-08-09 | crypto/rsa: drop uneeded parameter in modInverse | Brian Kessler |
| 2016-12-07 | crypto/*: document use or non-use of constant-time algorithms | Russ Cox |
| 2016-09-22 | crypto/rsa: clarify comment on maximum message length. | Nigel Tao |