Test elliptic curves more thoroughly.
[catacomb] / Makefile.m4
index 9be48d5..ee3872a 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.67 2004/03/21 22:52:06 mdw Exp $
+## $Id: Makefile.m4,v 1.69 2004/03/23 15:19:32 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.69  2004/03/23 15:19:32  mdw
+## Test elliptic curves more thoroughly.
+##
+## Revision 1.68  2004/03/21 23:03:30  mdw
+## Distribute headers properly.
+##
 ## Revision 1.67  2004/03/21 22:52:06  mdw
 ## Merge and close elliptic curve branch.
 ##
@@ -342,14 +348,14 @@ pkginclude_HEADERS = \
        mpx.h bitops.h mpw.h mpscan.h mparena.h mp.h mptext.h mpint.h \
        exp.h mpbarrett.h mpbarrett-exp.h mpmont.h mpmont-exp.h \
        mpcrt.h mprand.h mpmul.h \
-       gfx.h gf.h \
+       gfx.h gf.h gfreduce.h gfreduce-exp.h \
        primetab.h pfilt.h rabin.h \
        pgen.h prim.h strongprime.h limlee.h keycheck.h \
        bbs.h rsa.h dh.h dsarand.h dsa.h \
        oaep.h pkcs1.h pss.h tlsprf.h sslprf.h \
        gfshare.h share.h \
        rho.h \
-       field.h ec.h ec-exp.h \
+       field.h ec.h ec-exp.h ec-test.h \
        allwithsuffix(`ciphers', `cipher_modes', `.h') \
        allwithsuffix(`hashes', `hash_modes', `.h') \
        addsuffix(`cipher_modes', `-def.h') \
@@ -371,7 +377,7 @@ define(`GF_SOURCES',
        `gfx.c gfx-kmul.c gfx-sqr.c gf-arith.c gf-gcd.c gfreduce.c')
 
 define(`EC_SOURCES',
-       `field.c f-prime.c f-binpoly.c ec.c ec-prime.c ec-bin.c')
+       `field.c f-prime.c f-binpoly.c ec.c ec-prime.c ec-bin.c ec-test.c')
 
 define(`PGEN_SOURCES',
        `pfilt.c rabin.c \
@@ -547,6 +553,7 @@ CTESTRIG(gf-gcd)
 CTESTRIG(gfreduce)
 CTESTRIG(ec-prime)
 CTESTRIG(ec-bin)
+CTESTRIG(ec-test)
 CTESTRIG(pgen)
 CTESTRIG(dsa-gen)
 CTESTRIG(dsa-sign)