commit | e192be9d9a30555aae2ca1dc3aad37cba484cd4a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jun 12 18:13:36 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 03 00:57:23 2016 -0400 |
tree | bfe62017802c309f831dc22c34b42ca39a354501 | |
parent | b1132deac01c2332d234fa821a70022796b79182 [diff] |
random: replace non-blocking pool with a Chacha20-based CRNG 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>