Module linux_android_with_fallback

Source
Expand description

Implementation for Linux / Android with /dev/urandom fallback

Re-exportsยง

pub use crate::util::inner_u32;
pub use crate::util::inner_u64;

Constantsยง

NOT_AVAILABLE ๐Ÿ”’
Sentinel value which indicates that libc::getrandom either not available, or not supported by kernel.

Staticsยง

GETRANDOM_FN ๐Ÿ”’

Functionsยง

fill_inner
init ๐Ÿ”’
use_file_fallback ๐Ÿ”’

Type Aliasesยง

GetRandomFn ๐Ÿ”’