| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | lib/crypto: blake2s: Replace manual unrolling with unrolled_full | Eric Biggers | 1 | -22/+16 |
| 2025-10-29 | lib/crypto: blake2s: Drop excessive const & rename block => data | Eric Biggers | 1 | -6/+6 |
| 2025-10-29 | lib/crypto: blake2s: Rename blake2s_state to blake2s_ctx | Eric Biggers | 1 | -29/+29 |
| 2025-08-29 | lib/crypto: blake2s: Consolidate into single C translation unit | Eric Biggers | 1 | -10/+19 |
| 2025-08-29 | lib/crypto: blake2s: Move generic code into blake2s.c | Eric Biggers | 1 | -0/+94 |
| 2025-08-29 | lib/crypto: blake2s: Remove obsolete self-test | Eric Biggers | 1 | -10/+0 |
| 2025-06-30 | lib/crypto: Explicitly include <linux/export.h> | Eric Biggers | 1 | -4/+5 |
| 2025-05-12 | crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTS | Eric Biggers | 1 | -1/+1 |
| 2023-04-13 | crypto: remove MODULE_LICENSE in non-modules | Nick Alcock | 1 | -1/+0 |
| 2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld | 1 | -7/+30 |
| 2022-02-04 | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-01-18 | lib/crypto: blake2s: move hmac construction into wireguard | Jason A. Donenfeld | 1 | -37/+0 |
| 2022-01-07 | lib/crypto: blake2s: include as built-in | Jason A. Donenfeld | 1 | -6/+0 |
| 2021-07-16 | crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specific | Randy Dunlap | 1 | -4/+4 |
| 2021-01-03 | crypto: blake2s - move update and final logic to internal/blake2s.h | Eric Biggers | 1 | -40/+8 |
| 2020-12-04 | crypto: lib/blake2s - Move selftest prototype into header file | Herbert Xu | 1 | -2/+0 |
| 2019-11-17 | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld | 1 | -0/+126 |