Fixed the description of the algorithm in the comment
authorRichard Basch <probe@mit.edu>
Sat, 2 Dec 1995 16:35:47 +0000 (16:35 +0000)
committerRichard Basch <probe@mit.edu>
Sat, 2 Dec 1995 16:35:47 +0000 (16:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7157 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/des/d3_str2ky.c

index 6acf2187004da466d328bace45f06e92a2b10814..6e01b5c6d4eecc70e81f49b727930cfaf3b12eea 100644 (file)
@@ -31,8 +31,7 @@
  * a usable DES key with odd parity, and then encrypt the set of three usable
  * DES keys using Triple-DES CBC mode.  The result is then treated as three
  * DES keys, and should be corrected for parity.  Any DES key that is weak or
- * semi-weak is to be corrected by eXclusive-ORing the first octet with the
- * value 0xF0.
+ * semi-weak is to be corrected by eXclusive-ORing with 00000000000000F0.
  */
 
 static mit_des_cblock zero_ivec = { 0, 0, 0, 0, 0, 0, 0, 0 };