summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1995-12-02 16:35:47 +0000
committerRichard Basch <probe@mit.edu>1995-12-02 16:35:47 +0000
commit43ee5331d2b0a9d8c3282ba4fbaac4a7a11ceec4 (patch)
tree3a966dba00b143b71033a0a42a70889cbcddd028 /src/lib/crypto
parent0e7da60c8f9ce2885d4a5bba0ab71f57b389f9aa (diff)
downloadkrb5-43ee5331d2b0a9d8c3282ba4fbaac4a7a11ceec4.tar.gz
krb5-43ee5331d2b0a9d8c3282ba4fbaac4a7a11ceec4.tar.xz
krb5-43ee5331d2b0a9d8c3282ba4fbaac4a7a11ceec4.zip
Fixed the description of the algorithm in the comment
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7157 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
-rw-r--r--src/lib/crypto/des/d3_str2ky.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/crypto/des/d3_str2ky.c b/src/lib/crypto/des/d3_str2ky.c
index 6acf21870..6e01b5c6d 100644
--- a/src/lib/crypto/des/d3_str2ky.c
+++ b/src/lib/crypto/des/d3_str2ky.c
@@ -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 };