ASCII->POLY: reimplement

This commit is contained in:
2014-05-25 19:21:59 +02:00
parent 8703e6975e
commit 7693805741
3 changed files with 166 additions and 79 deletions

View File

@@ -37,8 +37,8 @@ endif
LIBS += -L. -lgmp -lmpfr -lm
# objects
PQC_OBJS = poly.o mem.o encrypt.o decrypt.o keypair.o
PQC_HEADERS = err.h poly.h context.h encrypt.h decrypt.h keypair.h
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
# CUNIT_OBJS = cunit.o
# includes