We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae52a2 commit 61b8818Copy full SHA for 61b8818
src/rngs/std.rs
@@ -22,8 +22,7 @@ pub(crate) use rand_chacha::ChaCha20Core as Core;
22
/// on the current platform, to be statistically strong and unpredictable
23
/// (meaning a cryptographically secure PRNG).
24
///
25
-/// The current algorithm used is the ChaCha block cipher with either 20 or 12
26
-/// rounds (see the `stdrng_*` feature flags, documented in the README).
+/// The current algorithm used is the ChaCha block cipher with 20 rounds.
27
/// This may change as new evidence of cipher security and performance
28
/// becomes available.
29
0 commit comments