X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/a9fcea0e5ef17bab8eaca2236016e109ab62488e..0f3faccdf5f2f0cfa40bd9bec495c4930052a51f:/Makefile.m4 diff --git a/Makefile.m4 b/Makefile.m4 index e15b5eb..bd832ab 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -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 \