Received: from PACIFIC-CARRIER-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA19686; Fri, 1 Dec 95 14:21:33 EST
Received: from TARDIS.MIT.EDU by MIT.EDU with SMTP
	id AA13451; Fri, 1 Dec 95 14:20:10 EST
From: probe@MIT.EDU
Received: by tardis.MIT.EDU (AIX 3.2/UCB 5.64/4.7) id AA13711; Fri, 1 Dec 1995 14:21:09 -0500
Date: Fri, 1 Dec 1995 14:21:09 -0500
Message-Id: <9512011921.AA13711@tardis.MIT.EDU>
To: cvs-krb5@MIT.EDU
Subject: CVS report: src/lib/crypto/des d3_str2ky.c

Update of /mit/krb5/.cvsroot/src/lib/crypto/des
In directory tardis:/ptfs/probe/krb5/src/lib/crypto/des

Modified Files:
	d3_str2ky.c 
Log Message:
Corrected algorithm description at beginning.
Fold input into 168 bits and then expand the result to include odd parity,
so as to avoid potentially weakening the key.

