We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
disable_urandom_fallback
1 parent 985b5eb commit e1ffdf6Copy full SHA for e1ffdf6
Cargo.toml
@@ -32,8 +32,8 @@ wasm-bindgen-test = "0.3.18"
32
[features]
33
# Implement std-only traits for getrandom::Error
34
std = []
35
-# Disable `/dev/urandom` fallback for Linux targets
36
-# (bumps minimum supported Linux kernel version to 4.17)
+# Disable `/dev/urandom` fallback for Linux and Android targets.
+# Bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow).
37
disable_urandom_fallback = []
38
# Feature to enable fallback RDRAND-based implementation on x86/x86_64
39
rdrand = []
0 commit comments