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