Typesetting fixes.
[u/mdw/catacomb] / noekeon.c
index 3d0bcba..a773eb0 100644 (file)
--- a/noekeon.c
+++ b/noekeon.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: noekeon.c,v 1.1 2001/05/08 22:17:41 mdw Exp $
+ * $Id: noekeon.c,v 1.2 2001/06/16 23:42:17 mdw Exp $
  *
  * The Noekeon block cipher
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: noekeon.c,v $
+ * Revision 1.2  2001/06/16 23:42:17  mdw
+ * Typesetting fixes.
+ *
  * Revision 1.1  2001/05/08 22:17:41  mdw
  * New cipher Noekeon added.
  *
@@ -54,8 +57,8 @@ const octet noekeon_keysz[] = { KSZ_SET, NOEKEON_KEYSZ, 0 };
 
 /* --- To generate the magic --- *
  *
- * perl -e'@r=();$x=0x80;for(0..16){push(@r,$x);$x<<=1;$x^=0x11b if$x&0x100;}
- * i;print join(", ",map{sprintf"0x%02x",$_}@r),"\n";'
+ * perl -e'@@r=();$x=0x80;for(0..16){push(@@r,$x);$x<<=1;$x^=0x11b
+ * if$x&0x100;};print join(", ",map{sprintf"0x%02x",$_}@@r),"\n";'
  */
 
 static const octet rcon[17] = {