ASCII->POLY: split up to poly_ascii.c

This commit is contained in:
2014-06-02 21:17:15 +02:00
parent b82126d180
commit 2503fdcfa4
8 changed files with 439 additions and 348 deletions

View File

@@ -9,7 +9,8 @@ PQC_SOURCES = poly.c \
keypair.c \
ascii_poly.c \
file.c \
ntru_string.c
ntru_string.c \
poly_ascii.c
PQC_OBJS = $(patsubst %.c, %.o, $(PQC_SOURCES))
@@ -22,7 +23,8 @@ PQC_HEADERS = err.h \
ascii_poly.h \
common.h \
file.h \
ntru_string.h
ntru_string.h \
poly_ascii.h
# libs
LIBS += -L. -lgmp -lmpfr -lflint $(shell $(PKG_CONFIG) --libs glib-2.0) -lm