Raw I/O of elliptic curve points and group elements.
[u/mdw/catacomb] / Makefile.m4
index e15b5eb..bd832ab 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-m4-*-
 ##
-## $Id: Makefile.m4,v 1.77 2004/04/01 21:28:41 mdw Exp $
+## $Id: Makefile.m4,v 1.78 2004/04/04 19:04:11 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.78  2004/04/04 19:04:11  mdw
+## Raw I/O of elliptic curve points and group elements.
+##
 ## Revision 1.77  2004/04/01 21:28:41  mdw
 ## Normal basis support (translates to poly basis internally).  Rewrite
 ## EC and prime group table generators in awk, so that they can reuse data
@@ -394,7 +397,7 @@ pkginclude_HEADERS = \
        oaep.h pkcs1.h pss.h tlsprf.h sslprf.h \
        gfshare.h share.h \
        rho.h \
-       field.h ec.h ec-exp.h ec-test.h ectab.h ec-keys.h \
+       field.h ec.h ec-exp.h ec-test.h ectab.h ec-keys.h ec-raw.h \
        ptab.h group.h \
        allwithsuffix(`ciphers', `cipher_modes', `.h') \
        allwithsuffix(`hashes', `hash_modes', `.h') \
@@ -423,7 +426,7 @@ define(`GF_SOURCES',
 define(`EC_SOURCES',
        `field.c field-parse.c f-prime.c f-niceprime.c f-binpoly.c \
        ec.c ec-exp.c ec-prime.c ec-bin.c ec-test.c ec-info.c ectab.c \
-       ec-fetch.c g-ec.c')
+       ec-fetch.c ec-raw.c g-ec.c')
 
 define(`PGEN_SOURCES',
        `pfilt.c rabin.c \