ASCII->POLY: simplify with macros

This commit is contained in:
2014-05-25 20:49:37 +02:00
parent 1a1f610d38
commit d6a2269f2f
3 changed files with 48 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ LIBS += -L. -lgmp -lmpfr -lm
# objects
PQC_OBJS = poly.o mem.o encrypt.o decrypt.o keypair.o ascii_poly.o
PQC_HEADERS = err.h poly.h context.h encrypt.h decrypt.h keypair.h ascii_poly.h
PQC_HEADERS = err.h poly.h context.h encrypt.h decrypt.h keypair.h ascii_poly.h common.h
# CUNIT_OBJS = cunit.o
# includes