summaryrefslogtreecommitdiff
path: root/src/librandom
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-09-27 11:54:42 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-09-27 11:54:42 +0000
commit1728f7ed8e96a03dd6a75c9668d394562ed63a59 (patch)
tree32f2dea5d2db589d69478ddb47c4de9f92591124 /src/librandom
parent72de81e772b1c3a350c8265752ef91bab52741d1 (diff)
downloadskalibs-1728f7ed8e96a03dd6a75c9668d394562ed63a59.tar.xz
Comment fix (writing to /dev/urandom doesn't speed it up)
Diffstat (limited to 'src/librandom')
-rw-r--r--src/librandom/random_makeseed.c4
1 files changed, 2 insertions, 2 deletions
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.
*/