Skip to content

Commit 475de9a

Browse files
committed
Updated readme
1 parent 6b0f550 commit 475de9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rand_chacha/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Links:
3636

3737
`rand_chacha` is `no_std` compatible when disabling default features; the `std`
3838
feature can be explicitly required to re-enable `std` support. Using `std`
39-
allows detection of CPU features and thus better optimisation.
39+
allows detection of CPU features and thus better optimisation. Using `std`
40+
also enables `getrandom` functionality, such as `ChaCha20::from_entropy()`.
4041

4142

4243
# License

0 commit comments

Comments
 (0)