Closed richsalz closed 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.
It's just a step on the FIPS journey :) Next step is being able to use it to seed DRBG. :)
Fixes the "random number" discussion in #59.