Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-11-20 | crypto: chacha20-generic - refactor to allow varying number of rounds | Eric Biggers | 1 | -42/+0 |
2018-11-20 | crypto: chacha20-generic - add XChaCha20 support | Eric Biggers | 1 | -1/+13 |
2018-11-20 | crypto: chacha20-generic - add HChaCha20 library function | Eric Biggers | 1 | -0/+2 |
2018-11-16 | crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZE | Cristian Stoica | 1 | -0/+1 |
2018-09-21 | crypto: chacha20 - Fix chacha20_block() keystream alignment (again) | Eric Biggers | 1 | -2/+1 |
2017-11-29 | crypto: chacha20 - Fix keystream alignment for chacha20_block() | Eric Biggers | 1 | -1/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2016-12-27 | crypto: chacha20 - convert generic and x86 versions to skcipher | Ard Biesheuvel | 1 | -3/+3 |
2016-07-03 | random: replace non-blocking pool with a Chacha20-based CRNG | Theodore Ts'o | 1 | -0/+1 |
2015-07-17 | crypto: chacha20 - Export common ChaCha20 helpers | Martin Willi | 1 | -0/+25 |