pub fn collect_timer_entropy(dest: &mut [u8; 32])Expand description
Collect 32 bytes of timer-jitter entropy.
Uses read_timestamp to sample the hardware counter with variable-work
delays, then mixes the jitter into the output buffer using an LCG.
pub fn collect_timer_entropy(dest: &mut [u8; 32])Collect 32 bytes of timer-jitter entropy.
Uses read_timestamp to sample the hardware counter with variable-work
delays, then mixes the jitter into the output buffer using an LCG.