RustCrypto / CSRNGs

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

CSRNG usually spelled CSPRNG #4

Open cemeyer opened 5 years ago

cemeyer commented 5 years ago

This is a minor nit, but given there is no code here yet, is renaming to the more conventional spelling an option?

newpavlov commented 5 years ago

Yes, it's an option, though CSRNG was selected intentionally, as crates in this repository may cover hardware RNGs in future (e.g. something like rdrand crate).