aboutsummaryrefslogtreecommitdiff
path: root/lib/chacha20.c
AgeCommit message (Expand)Author
2018-09-21crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2018-01-12crypto: chacha20 - use rol32() macro from bitops.hEric Biggers
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o