ALL: rename context to params

This commit is contained in:
2014-06-05 15:33:57 +02:00
parent 516b14414a
commit 6dccef4dc9
16 changed files with 233 additions and 175 deletions

View File

@@ -17,12 +17,12 @@ PQC_OBJS = $(patsubst %.c, %.o, $(PQC_SOURCES))
PQC_HEADERS = err.h \
poly.h \
context.h \
params.h \
encrypt.h \
decrypt.h \
keypair.h \
ascii_poly.h \
common.h \
params.h \
file.h \
ntru_string.h \
poly_ascii.h \