X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/2e8eb64a72472bea4faba1cee5edde4fe3616808..3884054be9261b4607f5f3a2d0b79695f65b851f:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index cb60ae6..19c6eba 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.54 2001/05/07 17:32:52 mdw Exp $ +## $Id: Makefile.m4,v 1.56 2001/06/16 13:01:10 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,6 +29,12 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ +## Revision 1.56 2001/06/16 13:01:10 mdw +## New source files and tests. +## +## Revision 1.55 2001/05/08 22:17:41 mdw +## New cipher Noekeon added. +## ## Revision 1.54 2001/05/07 17:32:52 mdw ## New Rijndael block sizes. ## @@ -231,7 +237,7 @@ _(rc2) _(rc5) dnl _(skipjack) dnl _(cast128) _(cast256) dnl _(square) _(rijndael) _(rijndael192) _(rijndael256) dnl -_(serpent)') +_(serpent) _(noekeon)') define(`cipher_modes', `_(ecb) _(cbc) _(cfb) _(ofb) _(counter)') define(`hashes', `dnl @@ -293,7 +299,7 @@ pkginclude_HEADERS = \ lcrand.h fibrand.h rc4.h seal.h rand.h noise.h fipstest.h maurer.h \ key.h key-data.h passphrase.h pixie.h lmem.h \ mpx.h mpw.h mpscan.h mparena.h mp.h mptext.h mpint.h \ - mpbarrett.h mpmont.h mpcrt.h mprand.h mpmul.h \ + exp.h mpbarrett.h mpmont.h mpcrt.h mprand.h mpmul.h \ gfx.h \ primetab.h pfilt.h rabin.h \ pgen.h prim.h strongprime.h limlee.h keycheck.h \ @@ -311,7 +317,9 @@ define(`MP_SOURCES', mp-misc.c mp-mem.c mp-const.c mp-io.c mp-arith.c mp-test.c \ mp-sqrt.c mp-gcd.c mp-jacobi.c mp-modsqrt.c \ mpint.c mptext.c mptext-file.c mptext-string.c mptext-dstr.c \ - mpbarrett.c mpmont.c mpmont-mexp.c mpcrt.c mpmul.c mprand.c \ + exp.c mpcrt.c mpmul.c mprand.c \ + mpbarrett.c mpbarrett-mexp.c mpbarrett-exp.h \ + mpmont.c mpmont-mexp.c mpmont-exp.h \ rho.c \ GF_SOURCES PGEN_SOURCES') @@ -471,6 +479,7 @@ CTESTRIG(mp-sqrt) CTESTRIG(mptext) CTESTRIG(mpint) CTESTRIG(mpbarrett) +CTESTRIG(mpbarrett-mexp) CTESTRIG(mpmont) CTESTRIG(mpmont-mexp) CTESTRIG(mpcrt)