summaryrefslogtreecommitdiffstats
path: root/crypto/adiantum.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* crypto: adiantum - initialize crypto_spawn::instEric Biggers2019-01-101-0/+4
* crypto: adiantum - fix leaking reference to hash algorithmEric Biggers2018-12-131-4/+5
* crypto: adiantum - adjust some comments to match latest paperEric Biggers2018-12-131-16/+19
* crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers2018-12-131-0/+2
* crypto: adiantum - add Adiantum supportEric Biggers2018-11-201-0/+658