We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bb19f commit 985b5ebCopy full SHA for 985b5eb
src/linux_with_fallback.rs
@@ -1,4 +1,4 @@
1
-//! Implementation for Linux with `/dev/urandom` fallback
+//! Implementation for Linux / Android with `/dev/urandom` fallback
2
use crate::{
3
lazy::LazyBool,
4
util_libc::{getrandom_syscall, last_os_error, sys_fill_exact},
0 commit comments