Module stm32wlxx_hal::rng
source · Expand description
True random number generator
Performance
Comparison with the chacha algorithm seeded by hardware.
Source | Cycles per [u32; 4] |
---|---|
ChaCha20Rng | 2,875 |
ChaCha12Rng | 1,764 |
ChaCha8Rng | 1,216 |
HW | 410 |
Re-exports
pub use rand_core;
Structs
- RNG driver.
Enums
- RNG clock source selection
- RNG error types