aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/blake2s_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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