Closed
Description
In #65 we decided to use BCryptGenRandom
instead of RtlGenRandom
. I still think this is the correct decision.
However, Rust has seen issues (rust-lang/rust#94098 and rust-lang/rust#99341) around such use. To fix these issues they decided to use RtlGenRandom
again, but only as a fallback mechanism (rust-lang/rust#96917).
Should we do the same?