X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..a90d420cbe87490c844ae422c966e746d3134b07:/symm/desx.h diff --git a/symm/desx.h b/symm/desx.h index 62e8300d..005d1c45 100644 --- a/symm/desx.h +++ b/symm/desx.h @@ -76,10 +76,10 @@ typedef struct desx_ctx { * Returns: --- * * Use: Initializes a DESX key buffer. The key buffer contains, in - * order, an optional 8-byte pre-whitening key, a single-DES key - * (either 7 or 8 bytes), and an optional 8-byte port-whitening - * key. If no whitening keys are specified, the algorithm - * becomes the same as single-DES. + * order, a single-DES key (either 7 or 8 bytes), an optional + * 8-byte pre-whitening key, and an optional 8-byte + * post-whitening key. If no whitening keys are specified, the + * algorithm becomes the same as single-DES. */ extern void desx_init(desx_ctx */*k*/, const void */*buf*/, size_t /*sz*/);