Expand description
SysctlSource โ Batch-reads kernel counters via sysctl -a, takes multiple
snapshots, finds keys that change between snapshots, extracts deltas of
changing values, XORs consecutive deltas, and extracts LSBs.
Structsยง
- Sysctl
Source - Entropy source that batch-reads kernel counters via
sysctl -aand extracts deltas from the ~40-60 that change within 200ms.