|
/// in expected constant iterations. Entropy is sourced from [`OsRng`]. |
Since #10 (due to the version bump of rand), we no longer source entropy from OsRng per se, but from StdRng which in turn sources entropy from the OS. Essentially, the docs are outdated.
okuchi/src/key.rs
Line 209 in 9adbf94
Since #10 (due to the version bump of rand), we no longer source entropy from
OsRngper se, but fromStdRngwhich in turn sources entropy from the OS. Essentially, the docs are outdated.