The-DevX-Initiative / RCIG_Coordination_Repo

A Coordination repo for all things Rust Cryptography oriented
https://cryptography.rs
260 stars 34 forks source link

Add getrandom #63

Closed richsalz closed 3 years ago

richsalz commented 3 years ago

Fixes the "random number" discussion in #59.

tarcieri commented 3 years ago

Generally I'd suggest people not use getrandom directly, but rather consume it through rand_core::OsRng.

Curious what @newpavlov thinks. That said, I think we can add it for now.

richsalz commented 3 years ago

It's just a step on the FIPS journey :) Next step is being able to use it to seed DRBG. :)