aboutsummaryrefslogtreecommitdiff
path: root/crypto/adiantum.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-17crypto: poly1305 - move core routines into a separate libraryGravatar Ard Biesheuvel 1-2/+3
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2019-01-10crypto: adiantum - initialize crypto_spawn::instGravatar Eric Biggers 1-0/+4
2018-12-13crypto: adiantum - fix leaking reference to hash algorithmGravatar Eric Biggers 1-4/+5
2018-12-13crypto: adiantum - adjust some comments to match latest paperGravatar Eric Biggers 1-16/+19
2018-12-13crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceGravatar Eric Biggers 1-0/+2
2018-11-20crypto: adiantum - add Adiantum supportGravatar Eric Biggers 1-0/+658