From 7e5ef926d3516658c1ea2c6bc732989d126bf009 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Thu, 5 Jul 2018 14:56:58 -0400 Subject: [PATCH] Update readme Language and urls were very out of date --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 925d62f..08e5dc4 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,9 @@ This is a random number generator daemon. -It monitors a hardware random number generator, and supplies entropy -from that to the system kernel's /dev/random machinery. +It monitors a set of entropy sources, and supplies entropy +from them 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. +Operation is fully documented in the man page, and should be fairly intuitive -Home page: - http://sourceforge.net/projects/gkernel/ - -GIT repository: - git://git.kernel.org/pub/scm/utils/kernel/rng-tools/rng-tools.git