| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-29 | lib/crypto: chacha: Consolidate into single module | Eric Biggers | 3 | -22/+1 |
| 2025-08-29 | lib/crypto: chacha: Remove unused function chacha_is_arch_optimized() | Eric Biggers | 1 | -6/+0 |
| 2025-08-29 | lib/crypto: poly1305: Consolidate into single module | Eric Biggers | 5 | -52/+16 |
| 2025-08-29 | lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized() | Eric Biggers | 1 | -6/+0 |
| 2025-08-26 | lib/crypto: mips/md5: Migrate optimized code into library | Eric Biggers | 1 | -0/+65 |
| 2025-07-14 | lib/crypto: mips/sha1: Migrate optimized code into library | Eric Biggers | 1 | -0/+81 |
| 2025-07-04 | lib/crypto: sha256: Consolidate into single module | Eric Biggers | 1 | -0/+58 |
| 2025-06-30 | lib/crypto: mips/chacha: Fix clang build and remove unneeded byteswap | Eric Biggers | 1 | -13/+7 |
| 2025-06-30 | lib/crypto: mips: Move arch/mips/lib/crypto/ into lib/crypto/ | Eric Biggers | 7 | -0/+1865 |
| 2025-06-30 | lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library | Eric Biggers | 1 | -0/+74 |