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 6b0f550 commit 475de9aCopy full SHA for 475de9a
rand_chacha/README.md
@@ -36,7 +36,8 @@ Links:
36
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.
+allows detection of CPU features and thus better optimisation. Using `std`
40
+also enables `getrandom` functionality, such as `ChaCha20::from_entropy()`.
41
42
43
# License
0 commit comments