We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 475de9a commit cc13807Copy full SHA for cc13807
rand_chacha/README.md
@@ -37,7 +37,7 @@ Links:
37
`rand_chacha` is `no_std` compatible when disabling default features; the `std`
38
feature can be explicitly required to re-enable `std` support. Using `std`
39
allows detection of CPU features and thus better optimisation. Using `std`
40
-also enables `getrandom` functionality, such as `ChaCha20::from_entropy()`.
+also enables `getrandom` functionality, such as `ChaCha20Rng::from_entropy()`.
41
42
43
# License
0 commit comments