aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/adiantum.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel1-2/+3
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2019-01-10crypto: adiantum - initialize crypto_spawn::instEric Biggers1-0/+4
2018-12-13crypto: adiantum - fix leaking reference to hash algorithmEric Biggers1-4/+5
2018-12-13crypto: adiantum - adjust some comments to match latest paperEric Biggers1-16/+19
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers1-0/+2
2018-11-20crypto: adiantum - add Adiantum supportEric Biggers1-0/+658