Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-01-03 | crypto: blake2s - adjust include guard naming | Eric Biggers | 1 | -3/+3 |
2021-01-03 | crypto: blake2s - optimize blake2s initialization | Eric Biggers | 1 | -4/+1 |
2021-01-03 | crypto: blake2s - share the "shash" API boilerplate code | Eric Biggers | 1 | -5/+60 |
2021-01-03 | crypto: blake2s - move update and final logic to internal/blake2s.h | Eric Biggers | 1 | -0/+41 |
2020-12-04 | crypto: lib/blake2s - Move selftest prototype into header file | Herbert Xu | 1 | -0/+2 |
2019-11-17 | crypto: blake2s - implement generic shash driver | Ard Biesheuvel | 1 | -0/+5 |
2019-11-17 | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld | 1 | -0/+19 |