ALL: Convert codebase to flint

POLY, ENC, DEC all converted. RAND will have to be revised.
This commit is contained in:
2014-05-24 23:11:02 +02:00
parent fb7a46c363
commit c075f4a0a3
7 changed files with 457 additions and 649 deletions

View File

@@ -37,8 +37,8 @@ endif
LIBS += -L. -lgmp -lmpfr -lm
# objects
PQC_OBJS = rand.o poly.o mem.o ntru_decrypt.o pqc_encrypt.o
PQC_HEADERS = err.h rand.h poly.h context.h ntru_decrypt.h pqc_encrypt.h
PQC_OBJS = poly.o mem.o encrypt.o decrypt.o
PQC_HEADERS = err.h poly.h context.h encrypt.h decrypt.h
# CUNIT_OBJS = cunit.o
# includes