99daf7831a
New library to support rng-tools using a CPU source as a backup entropy source when a kernel provided rng isn't present. Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
config BR2_PACKAGE_JITTERENTROPY_LIBRARY
|
|
bool "libjitterentropy"
|
|
help
|
|
Hardware RNG based on CPU timing jitter.
|
|
|
|
https://github.com/smuellerDD/jitterentropy-library
|