Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-01-07 | random: early initialization of ChaCha constants | Dominik Brodowski | 1 | -4/+11 |
2021-04-02 | random: initialize ChaCha20 constants with correct endianness | Eric Biggers | 1 | -2/+7 |
2020-07-16 | crypto: x86/chacha-sse3 - use unaligned loads for state array | Ard Biesheuvel | 1 | -4/+0 |
2019-11-17 | crypto: x86/chacha - expose SIMD ChaCha routine as library function | Ard Biesheuvel | 1 | -0/+6 |
2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel | 1 | -17/+60 |
2019-06-13 | crypto: chacha - constify ctx and iv arguments | Eric Biggers | 1 | -1/+1 |
2018-11-20 | crypto: chacha - add XChaCha12 support | Eric Biggers | 1 | -0/+7 |
2018-11-20 | crypto: chacha20-generic - refactor to allow varying number of rounds | Eric Biggers | 1 | -0/+47 |