Open newpavlov opened 6 years ago
ChaCha20, ChaCha12, HC128, ISAAC and ISAAC64 are implemented in rand
.
For now; also see https://github.com/rust-lang-nursery/rand/issues/431.
A separate crate (or crates) for CSPRNGs depending only on rand_core
is a possible alternative.
TODO