Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-11-20 | crypto: chacha20-generic - refactor to allow varying number of rounds | Eric Biggers | 1 | -112/+0 |
2018-11-20 | crypto: chacha20-generic - add HChaCha20 library function | Eric Biggers | 1 | -6/+44 |
2018-09-21 | crypto: chacha20 - Fix chacha20_block() keystream alignment (again) | Eric Biggers | 1 | -3/+3 |
2018-01-12 | crypto: chacha20 - use rol32() macro from bitops.h | Eric Biggers | 1 | -37/+32 |
2017-11-29 | crypto: chacha20 - Fix keystream alignment for chacha20_block() | Eric Biggers | 1 | -1/+1 |
2016-07-03 | random: replace non-blocking pool with a Chacha20-based CRNG | Theodore Ts'o | 1 | -0/+79 |