X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/2e8eb64a72472bea4faba1cee5edde4fe3616808..d2d54c98e2d65c46c5fe6519812aa4c6ea55ea02:/rijndael256.h diff --git a/rijndael256.h b/rijndael256.h index 69ad8cb..ecc6123 100644 --- a/rijndael256.h +++ b/rijndael256.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rijndael256.h,v 1.1 2001/05/07 17:32:03 mdw Exp $ + * $Id: rijndael256.h,v 1.2 2004/04/08 01:36:15 mdw Exp $ * * The Rijndael block cipher, 256-bit version * @@ -27,14 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: rijndael256.h,v $ - * Revision 1.1 2001/05/07 17:32:03 mdw - * New Rijndael block sizes. - * - */ - #ifndef CATACOMB_RIJNDAEL256_H #define CATACOMB_RIJNDAEL256_H @@ -52,7 +44,7 @@ #define RIJNDAEL256_BLKSZ 32 #define RIJNDAEL256_KEYSZ 32 -#define RIJNDAEL256_CLASS (N, L, 256) +#define RIJNDAEL256_CLASS (N, B, 256) #define rijndael256_keysz rijndael_keysz