FILE: add file subsystem and move string to ntru_string subs.

This commit is contained in:
2014-05-26 21:30:42 +02:00
parent 7a5b899825
commit 4dbfe1e663
12 changed files with 248 additions and 25 deletions

View File

@@ -37,8 +37,9 @@ endif
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 common.h
PQC_OBJS = poly.o mem.o encrypt.o decrypt.o keypair.o ascii_poly.o file.o
PQC_HEADERS = err.h poly.h context.h encrypt.h decrypt.h keypair.h \
ascii_poly.h common.h file.h ntru_string.h
# CUNIT_OBJS = cunit.o
# includes