Commit message (Expand) | Author | Age | |
---|---|---|---|
* | crypto: chacha20 - Fix keystream alignment for chacha20_block() | Eric Biggers | 2017-11-29 |
* | crypto: chacha20 - Remove cra_alignmask | Eric Biggers | 2017-11-29 |
* | crypto: chacha20 - Use unaligned access macros when loading key and IV | Eric Biggers | 2017-11-29 |
* | crypto: chacha20 - Fix unaligned access when loading constants | Eric Biggers | 2017-11-29 |
* | crypto: chacha20 - fix handling of chunked input | Ard Biesheuvel | 2017-08-22 |
* | crypto: chacha20 - convert generic and x86 versions to skcipher | Ard Biesheuvel | 2016-12-27 |
* | random: replace non-blocking pool with a Chacha20-based CRNG | Theodore Ts'o | 2016-07-03 |
* | crypto: chacha20 - Export common ChaCha20 helpers | Martin Willi | 2015-07-17 |
* | crypto: chacha20 - Add a generic ChaCha20 stream cipher implementation | Martin Willi | 2015-06-04 |