| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-06 | lib/crypto: curve25519: Consolidate into single module | Eric Biggers | 1 | -17/+33 |
| 2025-09-06 | lib/crypto: curve25519: Move a couple functions out-of-line | Eric Biggers | 1 | -1/+33 |
| 2025-09-06 | lib/crypto: tests: Migrate Curve25519 self-test to KUnit | Eric Biggers | 1 | -3/+0 |
| 2025-05-12 | crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS | Eric Biggers | 1 | -1/+1 |
| 2021-07-16 | crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specific | Randy Dunlap | 1 | -4/+4 |
| 2020-11-20 | crypto: lib/curve25519 - Move selftest prototype into header file | Herbert Xu | 1 | -2/+0 |
| 2020-01-16 | crypto: curve25519 - Fix selftest build error | Herbert Xu | 1 | -7/+0 |
| 2019-12-27 | crypto: lib/curve25519 - re-add selftests | Jason A. Donenfeld | 1 | -0/+17 |
| 2019-11-17 | crypto: curve25519 - generic C library implementations | Jason A. Donenfeld | 1 | -0/+25 |