Skip to main content

init_entropy

Macro init_entropy 

Source
macro_rules! init_entropy {
    ($peripherals:expr) => { ... };
}
Expand description

Creates the boot entropy source and registers the hardware RNG with getrandom.

This is a convenience macro that allows creating the source without having to specify the features manually.