From 1728f7ed8e96a03dd6a75c9668d394562ed63a59 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 27 Sep 2017 11:54:42 +0000 Subject: Comment fix (writing to /dev/urandom doesn't speed it up) --- src/librandom/random_makeseed.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/librandom') diff --git a/src/librandom/random_makeseed.c b/src/librandom/random_makeseed.c index 00def5b..61244c6 100644 --- a/src/librandom/random_makeseed.c +++ b/src/librandom/random_makeseed.c @@ -9,8 +9,8 @@ /* Writes 160 bytes of crap into s. Certainly not cryptographically secure or 100% unpredictable, - but we're only using this to speed up /dev/urandom - initialization or to init an internal SURF PRNG. + but we're only using this to help shuffle the entropy of + /dev/urandom or to init an internal SURF PRNG. iow: we are CS iff the system's RNG is CS. */ -- cgit v1.2.3