]> git.ipfire.org Git - thirdparty/rng-tools.git/blame - README
rdrand: Fix the RDRAND data reduction
[thirdparty/rng-tools.git] / README
CommitLineData
ecaa5676
JG
1
2This is a random number generator daemon.
3
90f24ea7
JG
4It monitors a hardware random number generator, and supplies entropy
5from that to the system kernel's /dev/random machinery.
6
7It is hoped that future contributions will enable entropy gathering
8from other sources, such as audio hardware or video hardware or CPU
9instruction pointers, to provide entropy even in cases where a true
10hardware RNG is not present.
ecaa5676
JG
11
12Home page:
13 http://sourceforge.net/projects/gkernel/
14
15GIT repository:
16 git://git.kernel.org/pub/scm/utils/kernel/rng-tools/rng-tools.git
17