X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/e5b61a8dec3586f96d25bd3ef454176526ff0f69..e275090f9f712a8d9dda4e309ce38bb520778016:/symm/desx.c diff --git a/symm/desx.c b/symm/desx.c index e9a77ed9..14115a57 100644 --- a/symm/desx.c +++ b/symm/desx.c @@ -61,7 +61,7 @@ const octet desx_keysz[] = { KSZ_SET, 23, 7, 8, 15, 16, 24, 0 }; * Use: Initializes a DESX key buffer. The key buffer contains, in * order, a single-DES key (either 7 or 8 bytes), an optional * 8-byte pre-whitening key, and an optional 8-byte - * port-whitening key. If no whitening keys are specified, the + * post-whitening key. If no whitening keys are specified, the * algorithm becomes the same as single-DES. */