summaryrefslogtreecommitdiff
path: root/lib/chacha20.c
AgeCommit message (Expand)Author
2022-06-25crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2022-06-25crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o