New DES random number generation. For regular DES, it is nearly equivalent
authorRichard Basch <probe@mit.edu>
Tue, 7 May 1996 20:17:36 +0000 (20:17 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 7 May 1996 20:17:36 +0000 (20:17 +0000)
commit4dac5ba6282a4d68076005c3e58b8d390df23383
tree05f16fbdac43107e9083f58fcbad606846f73653
parentc31afcab047cb70397003d87c04baccde163c5ec
New DES random number generation.  For regular DES, it is nearly equivalent
(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
src/lib/crypto/des/ChangeLog
src/lib/crypto/des/Makefile.in
src/lib/crypto/des/d3_rndky.c [deleted file]
src/lib/crypto/des/des_int.h
src/lib/crypto/des/fin_rndkey.c
src/lib/crypto/des/new_rn_key.c [deleted file]
src/lib/crypto/des/random_key.c
src/lib/crypto/des/u_rn_key.c [new file with mode: 0644]