Skip to content

Commit

Permalink
Tweak disable_urandom_fallback docs
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 19, 2024
1 parent 64463c6 commit 8223ac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ wasm-bindgen-test = "0.3.18"
[features]
# Implement std-only traits for getrandom::Error
std = []
# Disable `/dev/urandom` fallback for Linux targets (requires 4.17+ kernel)
# Disable `/dev/urandom` fallback for Linux targets
# (bumps minimum supported Linux kernel version to 4.17)
disable_urandom_fallback = []
# Feature to enable fallback RDRAND-based implementation on x86/x86_64
rdrand = []
Expand Down

0 comments on commit 8223ac6

Please sign in to comment.