| Age | Commit message (Expand) | Author |
| 2024-01-12 | crypto/rsa,crypto/internal/bigmod: improve verify/encrypt performance | Filippo Valsorda |
| 2024-01-12 | crypto/rsa: use E = 65537 in benchmarks | Filippo Valsorda |
| 2023-10-13 | crypto: add available godoc link | cui fliter |
| 2023-08-22 | all: remove redundant string conversions when formatting []byte with %s | 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-23 | crypto/rsa: make DecryptPKCS1v15SessionKey warning more dire | Roland Shoemaker |
| 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 |
| 2023-02-15 | crypto/internal/bigmod: flag amd64 assembly as noescape | 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: use R*R multiplication to get into the Montgomery domain | 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: return err when key too small to compute salt for RSA PSS | Roland Shoemaker |
| 2022-11-15 | crypto/rsa: fix loop variable capture in test | Cherry Mui |
| 2022-11-15 | crypto/rsa: add a test walking through every key size | Filippo Valsorda |
| 2022-11-15 | crypto/rsa: improve benchmarks | Filippo Valsorda |
| 2022-11-09 | crypto: allow hash.Hash for OAEP and MGF1 to be specified independently | Aleks Rudzitis |
| 2022-11-05 | all: fix comment typos | Dan Kortschak |
| 2022-09-27 | crypto/rsa,crypto/internal/boring: fix PSS salt handling | Roland Shoemaker |
| 2022-08-18 | crypto/internal/boring/bcache: make Cache type-safe using generics | Russ Cox |
| 2022-06-27 | crypto/internal/boring: factor Cache into crypto/internal/boring/bcache | Russ Cox |
| 2022-06-06 | all: boringcrypto post-merge cleanup | Russ Cox |
| 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 |
| 2022-04-29 | [dev.boringcrypto] all: add boringcrypto build tags | Russ Cox |
| 2022-04-20 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Chressie Himpel |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-05 | all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments | Russ Cox |
| 2021-05-13 | [dev.boringcrypto] all: merge commit 9d0819b27c (CL 314609) into dev.boringcr... | Filippo Valsorda |
| 2021-03-29 | crypto/rsa: fix salt length calculation with PSSSaltLengthAuto | Himanshu Kishna Srivastava |
| 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-07 | [dev.boringcrypto] crypto/internal/boring: reject short signatures in VerifyR... | Filippo Valsorda |
| 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-31 | crypto/rsa: reject invalid length PKCS#1v1.5 signatures | Roland Shoemaker |
| 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 |