aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/chacha.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-02random: initialize ChaCha20 constants with correct endiannessGravatar Eric Biggers 1-2/+7
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayGravatar Ard Biesheuvel 1-4/+0
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionGravatar Ard Biesheuvel 1-0/+6
2019-11-17crypto: chacha - move existing library code into lib/cryptoGravatar Ard Biesheuvel 1-17/+60
2019-06-13crypto: chacha - constify ctx and iv argumentsGravatar Eric Biggers 1-1/+1
2018-11-20crypto: chacha - add XChaCha12 supportGravatar Eric Biggers 1-0/+7
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsGravatar Eric Biggers 1-0/+47