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 aa6a1a8 commit 15c246eCopy full SHA for 15c246e
rand_chacha/README.md
@@ -9,6 +9,9 @@
9
A cryptographically secure random number generator that uses the ChaCha
10
algorithm.
11
12
+This implementation of ChaCha RNGs is built over `ppv-lite86` by Kaz Wesley,
13
+and was formerly the implementation behind `rand::rngs::StdRng`.
14
+
15
ChaCha is a stream cipher designed by Daniel J. Bernstein[^1], that we use
16
as an RNG. It is an improved variant of the Salsa20 cipher family, which was
17
selected as one of the "stream ciphers suitable for widespread adoption" by
0 commit comments