Skip to content

Commit 61b8818

Browse files
committed
doc: fix #902 (mention of non-existent configuration for StdRng)
1 parent 8ae52a2 commit 61b8818

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rngs/std.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ pub(crate) use rand_chacha::ChaCha20Core as Core;
2222
/// on the current platform, to be statistically strong and unpredictable
2323
/// (meaning a cryptographically secure PRNG).
2424
///
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).
25+
/// The current algorithm used is the ChaCha block cipher with 20 rounds.
2726
/// This may change as new evidence of cipher security and performance
2827
/// becomes available.
2928
///

0 commit comments

Comments
 (0)