Skip to content

Commit 15c246e

Browse files
committed
Add comment to the README.
1 parent aa6a1a8 commit 15c246e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rand_chacha/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
A cryptographically secure random number generator that uses the ChaCha
1010
algorithm.
1111

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+
1215
ChaCha is a stream cipher designed by Daniel J. Bernstein[^1], that we use
1316
as an RNG. It is an improved variant of the Salsa20 cipher family, which was
1417
selected as one of the "stream ciphers suitable for widespread adoption" by

0 commit comments

Comments
 (0)