Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/crypto: blake2s: move hmac construction into wireguard | Jason A. Donenfeld | 2022-01-18 | 1 | -3/+0 |
* | crypto: api - Replace kernel.h with the necessary inclusions | Andy Shevchenko | 2021-12-17 | 1 | -1/+1 |
* | crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h> | Eric Biggers | 2021-01-03 | 1 | -2/+1 |
* | crypto: blake2s - adjust include guard naming | Eric Biggers | 2021-01-03 | 1 | -3/+3 |
* | crypto: blake2s - add comment for blake2s_state fields | Eric Biggers | 2021-01-03 | 1 | -0/+1 |
* | crypto: blake2s - optimize blake2s initialization | Eric Biggers | 2021-01-03 | 1 | -26/+27 |
* | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld | 2019-11-17 | 1 | -0/+106 |