summaryrefslogtreecommitdiffstats
path: root/include/crypto/chacha20.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-42/+0
* crypto: chacha20-generic - add XChaCha20 supportEric Biggers2018-11-201-1/+13
* crypto: chacha20-generic - add HChaCha20 library functionEric Biggers2018-11-201-0/+2
* crypto: chacha20poly1305 - export CHACHAPOLY_IV_SIZECristian Stoica2018-11-161-0/+1
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2018-09-211-2/+1
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: chacha20 - convert generic and x86 versions to skcipherArd Biesheuvel2016-12-271-3/+3
* random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-0/+1
* crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2015-07-171-0/+25