summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/d3_rndky.c
Commit message (Collapse)AuthorAgeFilesLines
* New DES random number generation. For regular DES, it is nearly equivalentRichard Basch1996-05-071-51/+0
| | | | | | | | | (an extra DES encryption now happens). For 3des, it is a substantially better setup (the original one was a placeholder); it may not be the final one, but at least it is not as weak as the previous version. (This checkin does not include the proposed API changes.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7911 dc483132-0cff-0310-8789-dd5450dbe970
* Triple-DES support routinesRichard Basch1995-11-281-0/+51
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7127 dc483132-0cff-0310-8789-dd5450dbe970