summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/ISSUES4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/crypto/ISSUES b/src/lib/crypto/ISSUES
index c2122805d..c03899f07 100644
--- a/src/lib/crypto/ISSUES
+++ b/src/lib/crypto/ISSUES
@@ -10,7 +10,3 @@ polluting names?
Some routines assume "int" is big enough to describe all buffers that
may be supplied.
-
-The prng here is poor. It should not use n-fold as a mixing function,
-because it's possible that the input will be structured in some way
-that may interact poorly with the n-fold algorithm.