diff options
author | Ken Raeburn <raeburn@mit.edu> | 2010-05-16 03:09:48 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2010-05-16 03:09:48 +0000 |
commit | ef42b536ff7843658903470e39d62dd2645c71d6 (patch) | |
tree | a243213af336e897a5b3cfa2d91ff32662757cc3 | |
parent | dc199f3a5ce7e2010b283206099a916557becd7d (diff) | |
download | krb5-ef42b536ff7843658903470e39d62dd2645c71d6.tar.gz krb5-ef42b536ff7843658903470e39d62dd2645c71d6.tar.xz krb5-ef42b536ff7843658903470e39d62dd2645c71d6.zip |
Delete an old pre-Yarrow item
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24042 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/lib/crypto/ISSUES | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/crypto/ISSUES b/src/lib/crypto/ISSUES index c2122805d3..c03899f07d 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. |