We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01b65d commit 8ff6cc1Copy full SHA for 8ff6cc1
1 file changed
src/rngs/mod.rs
@@ -58,7 +58,7 @@
58
//! is local, it is typically much faster than [`OsRng`]. It should be
59
//! secure, though the paranoid may prefer [`OsRng`].
60
//! - [`StdRng`] is a CSPRNG chosen for good performance and trust of security
61
-//! (based on reviews, maturity and usage). The current algorithm is ChaCha20,
+//! (based on reviews, maturity and usage). The current algorithm is ChaCha12,
62
//! which is well established and rigorously analysed.
63
//! [`StdRng`] provides the algorithm used by [`ThreadRng`] but without
64
//! periodic reseeding.
0 commit comments