New source files and tests.
authormdw <mdw>
Sat, 16 Jun 2001 13:01:10 +0000 (13:01 +0000)
committermdw <mdw>
Sat, 16 Jun 2001 13:01:10 +0000 (13:01 +0000)
Makefile.m4

index 89ab222..19c6eba 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.55 2001/05/08 22:17:41 mdw Exp $
+## $Id: Makefile.m4,v 1.56 2001/06/16 13:01:10 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- 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.
 ##
@@ -296,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 \
@@ -314,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')
 
@@ -474,6 +479,7 @@ CTESTRIG(mp-sqrt)
 CTESTRIG(mptext)
 CTESTRIG(mpint)
 CTESTRIG(mpbarrett)
+CTESTRIG(mpbarrett-mexp)
 CTESTRIG(mpmont)
 CTESTRIG(mpmont-mexp)
 CTESTRIG(mpcrt)