summaryrefslogtreecommitdiffstats
path: root/lib/chacha20.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: chacha20 - use rol32() macro from bitops.hEric Biggers2018-01-121-37/+32
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2017-11-291-1/+1
* random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-0/+79