summaryrefslogtreecommitdiff
path: root/hwrand.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-09hwrand.pl,hwrand.py: forward randomnessPeter Wu1-0/+7
Continuously fills the entropy pool from /dev/hwrng, crediting 4 bits of entropy per byte. Hopefully speeds up the provisioning of a test VM that invokes pacman-key --init... Authored by me, posted on https://unix.stackexchange.com/a/302338/8250