From 05dfc0372062ed61d66a7bb69e86908c0b70c096 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 4 Sep 2004 07:50:08 +0000 Subject: [PATCH] The Great Upheaval -- step 1. --- Makefile.am | 2 +- arith24.c | 2 +- arith24.h | 2 +- bits.h | 2 +- configure.in | 2 +- diffan.c | 2 +- dsarand.c | 2 +- dsarand.h | 2 +- fibrand.c | 2 +- fibrand.h | 2 +- lcrand.c | 2 +- lcrand.h | 2 +- matrix.c | 2 +- matrix.h | 2 +- sac.c | 2 +- sha.c | 2 +- sha.h | 2 +- storin-mktab.c | 2 +- storin-tests.c | 2 +- storin.c | 2 +- storin.h | 2 +- storin.tex | 2 +- sym.c | 2 +- sym.h | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Makefile.am b/Makefile.am index d2a5c96..8697e1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.4 2001/03/11 23:46:56 mdw Exp $ +## $Id$ ## ## Makefile for Storin distribution ## diff --git a/arith24.c b/arith24.c index 19e3d3f..42f2651 100644 --- a/arith24.c +++ b/arith24.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: arith24.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Arithmetic mod %$2^{24}$% * diff --git a/arith24.h b/arith24.h index de32484..a3343b7 100644 --- a/arith24.h +++ b/arith24.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: arith24.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Arithmetic mod %$2^{24}$% * diff --git a/bits.h b/bits.h index 0ef7403..a1bb166 100644 --- a/bits.h +++ b/bits.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: bits.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Portable bit-level manipulation macros * diff --git a/configure.in b/configure.in index 46a2dfd..70fb903 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.4 2000/07/02 15:49:44 mdw Exp $ +dnl $Id$ dnl dnl Configuration script for cipher dnl diff --git a/diffan.c b/diffan.c index 42b5c63..dab2e09 100644 --- a/diffan.c +++ b/diffan.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: diffan.c,v 1.3 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Differential analysis of matrix multiplication * diff --git a/dsarand.c b/dsarand.c index fc8bae8..f43e011 100644 --- a/dsarand.c +++ b/dsarand.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dsarand.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Random number generator for DSA * diff --git a/dsarand.h b/dsarand.h index caf75ab..75fc278 100644 --- a/dsarand.h +++ b/dsarand.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dsarand.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Random number generator for DSA * diff --git a/fibrand.c b/fibrand.c index 46ec0fc..f47b865 100644 --- a/fibrand.c +++ b/fibrand.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: fibrand.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Fibonacci generator * diff --git a/fibrand.h b/fibrand.h index 3b58a64..6f07671 100644 --- a/fibrand.h +++ b/fibrand.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: fibrand.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Fibonacci generator * diff --git a/lcrand.c b/lcrand.c index 682921c..74df267 100644 --- a/lcrand.c +++ b/lcrand.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: lcrand.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Simple linear congruential generator * diff --git a/lcrand.h b/lcrand.h index b364c37..4211475 100644 --- a/lcrand.h +++ b/lcrand.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: lcrand.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Simple linear congruential generator * diff --git a/matrix.c b/matrix.c index 321d9b8..f064ada 100644 --- a/matrix.c +++ b/matrix.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: matrix.c,v 1.3 2000/08/05 11:27:56 mdw Exp $ + * $Id$ * * Matrix arithmetic mod %$2^{24}$% * diff --git a/matrix.h b/matrix.h index a5ff8d6..70ab910 100644 --- a/matrix.h +++ b/matrix.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: matrix.h,v 1.2 2000/07/02 15:22:07 mdw Exp $ + * $Id$ * * Matrix arithmetic mod %$2^{24}$% * diff --git a/sac.c b/sac.c index 2aa73a0..204dc29 100644 --- a/sac.c +++ b/sac.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sac.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Testing for strict avalanche * diff --git a/sha.c b/sha.c index 1dd0058..1bd82df 100644 --- a/sha.c +++ b/sha.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sha.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Implementation of the SHA-1 hash function * diff --git a/sha.h b/sha.h index cc8551f..f2e84ad 100644 --- a/sha.h +++ b/sha.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sha.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Implementation of the SHA-1 hash function * diff --git a/storin-mktab.c b/storin-mktab.c index 4c9295e..abdf721 100644 --- a/storin-mktab.c +++ b/storin-mktab.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: storin-mktab.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Search for invertible matrices * diff --git a/storin-tests.c b/storin-tests.c index 610fcfa..bc2dbf7 100644 --- a/storin-tests.c +++ b/storin-tests.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: storin-tests.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Generate test vectors for Storin * diff --git a/storin.c b/storin.c index 94d88ee..385a1b9 100644 --- a/storin.c +++ b/storin.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: storin.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Block cipher optimized for DSPs * diff --git a/storin.h b/storin.h index 88ae803..1a6692a 100644 --- a/storin.h +++ b/storin.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: storin.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Block cipher optimized for DSPs * diff --git a/storin.tex b/storin.tex index 6a958f2..fdb1704 100644 --- a/storin.tex +++ b/storin.tex @@ -1,6 +1,6 @@ %%% -*-latex-*- %%% -%%% $Id: storin.tex,v 1.7 2001/03/11 23:46:56 mdw Exp $ +%%% $Id$ %%% %%% Definition of the cipher %%% diff --git a/sym.c b/sym.c index a16c6bb..293e131 100644 --- a/sym.c +++ b/sym.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sym.c,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Symbol table management * diff --git a/sym.h b/sym.h index 09c83ad..4bfd42d 100644 --- a/sym.h +++ b/sym.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: sym.h,v 1.2 2000/07/02 15:21:20 mdw Exp $ + * $Id$ * * Symbol table management * -- 2.11.0