Closed
Description
getentropy
in libc uses sysctl
only as a fallback and uses the getrandom
syscall if available.
This crate should check for getrandom
via dlopen
and use it if available.
Metadata
Metadata
Assignees
Labels
No labels
getentropy
in libc uses sysctl
only as a fallback and uses the getrandom
syscall if available.
This crate should check for getrandom
via dlopen
and use it if available.