RustCrypto / CSRNGs

Collection of Cryptographically Secure PseudoRandom Number Generators written in pure Rust
10 stars 5 forks source link

Missing CSRNGs #1

Open newpavlov opened 6 years ago

newpavlov commented 6 years ago

TODO

vks commented 6 years ago

ChaCha20, ChaCha12, HC128, ISAAC and ISAAC64 are implemented in rand.

dhardy commented 6 years ago

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.