Uniting the Linux random-number devices
Uniting the Linux random-number devices
Posted Feb 28, 2022 4:06 UTC (Mon) by nybble41 (subscriber, #55106)In reply to: Uniting the Linux random-number devices by koh
Parent article: Uniting the Linux random-number devices
That has not been the case in any version of /dev/random in Linux since the feature was first implemented as a mix of sources of hardware entropy based on secure hashes in 1994. The notable differences since then are (a) using better mixing functions, (b) adding more sources of entropy, and (c) no longer limiting the amount of data read (after initialization) based on a flawed interpretation of entropy.
If you want "raw" random data from hardware then you want /dev/hwrng, not /dev/random.
