base/asm-common.h (x86), and knock-on: Add macros for full-size regs.
[catacomb] / symm / desx.h
index 62e8300..005d1c4 100644 (file)
@@ -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*/);