Merge branch 'fixes'
[u/mdw/catacomb] / rijndael256.h
index 69ad8cb..ecc6123 100644 (file)
@@ -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
  *
  * 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