| Age | Commit message (Expand) | Author |
|---|---|---|
| 2025-08-29 | lib/crypto: blake2s: Consolidate into single C translation unit | Eric Biggers |
| 2025-08-29 | lib/crypto: blake2s: Remove obsolete self-test | Eric Biggers |
| 2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld |
| 2022-02-04 | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld |
| 2022-01-07 | lib/crypto: blake2s: include as built-in | Jason A. Donenfeld |
| 2021-01-03 | crypto: blake2s - adjust include guard naming | Eric Biggers |
| 2021-01-03 | crypto: blake2s - optimize blake2s initialization | Eric Biggers |
| 2021-01-03 | crypto: blake2s - share the "shash" API boilerplate code | Eric Biggers |
| 2021-01-03 | crypto: blake2s - move update and final logic to internal/blake2s.h | Eric Biggers |
| 2020-12-04 | crypto: lib/blake2s - Move selftest prototype into header file | Herbert Xu |
| 2019-11-17 | crypto: blake2s - implement generic shash driver | Ard Biesheuvel |
| 2019-11-17 | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld |