summaryrefslogtreecommitdiffstats
path: root/crypto/blake2s_generic.c
AgeCommit message (Expand)Author
2021-01-03crypto: blake2s - share the "shash" API boilerplate codeEric Biggers
2021-01-03crypto: blake2s - remove unneeded includesEric Biggers
2021-01-03crypto: blake2s - define shash_alg structs using macrosEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: blake2s - implement generic shash driverArd Biesheuvel