| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-29 | lib/crypto: chacha: Consolidate into single module | Eric Biggers | 1 | -3/+38 |
| 2025-08-29 | lib/crypto: chacha: Rename libchacha.c to chacha.c | Eric Biggers | 1 | -0/+35 |
| 2025-08-29 | lib/crypto: chacha: Rename chacha.c to chacha-block-generic.c | Eric Biggers | 1 | -114/+0 |
| 2025-06-30 | lib/crypto: Explicitly include <linux/export.h> | Eric Biggers | 1 | -3/+3 |
| 2025-05-12 | crypto: lib/chacha - add array bounds to function prototypes | Eric Biggers | 1 | -7/+8 |
| 2025-05-12 | crypto: lib/chacha - use struct assignment to copy state | Eric Biggers | 1 | -6/+2 |
| 2025-05-12 | crypto: lib/chacha - strongly type the ChaCha state | Eric Biggers | 1 | -16/+19 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2021-04-22 | crypto: doc - fix kernel-doc notation in chacha.c and af_alg.c | Randy Dunlap | 1 | -2/+2 |
| 2020-05-08 | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h | Eric Biggers | 1 | -1/+0 |
| 2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel | 1 | -0/+115 |