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