summaryrefslogtreecommitdiffstats
path: root/crypto/blake2s_generic.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-031-67/+9
* crypto: blake2s - remove unneeded includesEric Biggers2021-01-031-2/+0
* crypto: blake2s - define shash_alg structs using macrosEric Biggers2021-01-031-61/+27
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: blake2s - implement generic shash driverArd Biesheuvel2019-11-171-0/+171