Module entropy

Module entropy 

Source
Expand description

Sources for obtaining entropy.

Re-exports§

pub use linux::entropy as system;

Modules§

linux
An entropy generator for Linux, using libc’s getrandom function.

Functions§

backup_entropy
This just panics.
rdseed
A wrapper function for non-x86(64) platforms that do not have rdseed.