aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/blake2s_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld1-75/+0
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-67/+9
2021-01-03crypto: blake2s - remove unneeded includesEric Biggers1-2/+0
2021-01-03crypto: blake2s - define shash_alg structs using macrosEric Biggers1-61/+27
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+1
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel1-0/+171