aboutsummaryrefslogtreecommitdiffstats
path: root/lib/chacha20.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-21crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-3/+3
2018-01-12crypto: chacha20 - use rol32() macro from bitops.hEric Biggers1-37/+32
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers1-1/+1
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o1-0/+79