aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/blake2s.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-3/+0
2021-12-17crypto: api - Replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2021-01-03crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h>Eric Biggers1-2/+1
2021-01-03crypto: blake2s - adjust include guard namingEric Biggers1-3/+3
2021-01-03crypto: blake2s - add comment for blake2s_state fieldsEric Biggers1-0/+1
2021-01-03crypto: blake2s - optimize blake2s initializationEric Biggers1-26/+27
2019-11-17crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld1-0/+106