blob: f809f329ff6f62101b726113c162a62ce2bffaac (
plain)
1
2
3
4
5
6
7
8
|
rng-tools provide rngd and rngtest.
rngd supplies data from a hardware RNG to the kernel's entropy
pool. To ensure sufficient randomness, rngd verifies the RNGs data
using FIPS 140-1 / 140-2 randomness tests, before passing them to the
kernel.
rngtest is a standalone tool for running the FIPS tests over data.
|