X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/fbac94e6d8347650fbc9fd0b9e6062f582ddffcd..2685767a6125c1620719c7de6234aedf41857b7e:/twofish.h diff --git a/twofish.h b/twofish.h index ef666d1..42736bd 100644 --- a/twofish.h +++ b/twofish.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: twofish.h,v 1.2 2000/10/08 15:48:58 mdw Exp $ + * $Id: twofish.h,v 1.3 2001/04/29 18:12:43 mdw Exp $ * * The Twofish block cipher * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: twofish.h,v $ + * Revision 1.3 2001/04/29 18:12:43 mdw + * Fix formatting. + * * Revision 1.2 2000/10/08 15:48:58 mdw * Update comments now that AES has been chosen. * @@ -108,7 +111,7 @@ extern void twofish_eblk(const twofish_ctx */*k*/, const uint32 */*s*/, uint32 */*d*/); extern void twofish_dblk(const twofish_ctx */*k*/, - const uint32 */*s*/, uint32 */*d*/); + const uint32 */*s*/, uint32 */*d*/); /*----- That's all, folks -------------------------------------------------*/