aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2012-08-02 14:55:47 -0400
committerJeff Garzik <jgarzik@redhat.com>2012-08-02 14:55:47 -0400
commit90f24ea755f579ba06e1c0718d2af8c75cdd9273 (patch)
tree34cbb427e18f3517b18c1631d666af378948446d
parent3b4a281bd20d3e88efae159fd722dd4292380c02 (diff)
downloadrng-tools-90f24ea755f579ba06e1c0718d2af8c75cdd9273.tar.gz
Polish README a bit.
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index a117ca6..d407fae 100644
--- a/README
+++ b/README
@@ -1,8 +1,13 @@
This is a random number generator daemon.
-It monitors a hardware random number generator, and supplies entropy from that
-to the system /dev/random machinery.
+It monitors a hardware random number generator, and supplies entropy
+from that to the system kernel's /dev/random machinery.
+
+It is hoped that future contributions will enable entropy gathering
+from other sources, such as audio hardware or video hardware or CPU
+instruction pointers, to provide entropy even in cases where a true
+hardware RNG is not present.
Home page:
http://sourceforge.net/projects/gkernel/