aboutsummaryrefslogtreecommitdiff
path: root/lib/chacha20.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-12crypto: chacha20 - use rol32() macro from bitops.hGravatar Eric Biggers 1-37/+32
2017-11-29crypto: chacha20 - Fix keystream alignment for chacha20_block()Gravatar Eric Biggers 1-1/+1
2016-07-03random: replace non-blocking pool with a Chacha20-based CRNGGravatar Theodore Ts'o 1-0/+79