Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-03 | random: replace non-blocking pool with a Chacha20-based CRNG | Theodore Ts'o | 1 | -0/+1 | |
The CRNG is faster, and we don't pretend to track entropy usage in the CRNG any more. Signed-off-by: Theodore Ts'o <tytso@mit.edu> | |||||
2015-07-17 | crypto: chacha20 - Export common ChaCha20 helpers | Martin Willi | 1 | -0/+25 | |
As architecture specific drivers need a software fallback, export a ChaCha20 en-/decryption function together with some helpers in a header file. Signed-off-by: Martin Willi <martin@strongswan.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |