| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-23 | lib/crypto: chacha20poly1305: Statically check fixed array lengths | Jason A. Donenfeld | 1 | -9/+9 |
| 2025-06-30 | lib/crypto: Explicitly include <linux/export.h> | Eric Biggers | 1 | -4/+4 |
| 2025-05-12 | crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS | Eric Biggers | 1 | -1/+1 |
| 2025-05-12 | crypto: lib/chacha - add array bounds to function prototypes | Eric Biggers | 1 | -2/+0 |
| 2025-05-12 | crypto: lib/chacha - add strongly-typed state zeroization | Eric Biggers | 1 | -3/+3 |
| 2025-05-12 | crypto: lib/chacha - strongly type the ChaCha state | Eric Biggers | 1 | -23/+28 |
| 2025-03-08 | crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI | Ard Biesheuvel | 1 | -4/+3 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2021-07-16 | crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specific | Randy Dunlap | 1 | -4/+4 |
| 2021-01-22 | crypto: lib/chacha20poly1305 - define empty module exit function | Jason A. Donenfeld | 1 | -0/+5 |
| 2020-09-25 | crypto: lib/chacha20poly1305 - Set SG_MITER_ATOMIC unconditionally | Herbert Xu | 1 | -3/+1 |
| 2020-07-16 | crypto: lib/chacha20poly1305 - Add missing function declaration | Herbert Xu | 1 | -2/+0 |
| 2020-02-14 | crypto: chacha20poly1305 - prevent integer overflow on large input | Jason A. Donenfeld | 1 | -0/+3 |
| 2019-11-22 | crypto: lib/chacha20poly1305 - use chacha20_crypt() | Eric Biggers | 1 | -8/+8 |
| 2019-11-17 | crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine | Ard Biesheuvel | 1 | -0/+150 |
| 2019-11-17 | crypto: chacha20poly1305 - import construction and selftest from Zinc | Ard Biesheuvel | 1 | -0/+219 |