Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |