summaryrefslogtreecommitdiffstats
path: root/include/crypto/chacha.h
AgeCommit message (Expand)AuthorLines
2022-01-07random: early initialization of ChaCha constantsDominik Brodowski-4/+11
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers-2/+7
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel-4/+0
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel-0/+6
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel-17/+60
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers-1/+1
2018-11-20crypto: chacha - add XChaCha12 supportEric Biggers-0/+7
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers-0/+47