Expunge revision histories in files.
[u/mdw/catacomb] / noekeon.c
index 3d0bcba..6020e0c 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.3 2004/04/08 01:36:15 mdw Exp $
  *
  * The Noekeon block cipher
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: noekeon.c,v $
- * Revision 1.1  2001/05/08 22:17:41  mdw
- * New cipher Noekeon added.
- *
- */
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <assert.h>
@@ -54,8 +46,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] = {