1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

Fix McEliece8192128f makefile

This commit is contained in:
Thom Wiggers 2020-02-11 09:17:55 +01:00 committed by Kris Kwiatkowski
parent 6bfec2978e
commit f20c77f718

View File

@ -10,7 +10,7 @@ SOURCES = aes256ctr.c benes.c bm.c controlbits.c decrypt.c encrypt.c fft.c \
HEADERS = aes256ctr.h api.h benes.h bm.h controlbits.h crypto_hash.h \
decrypt.h encrypt.h fft.h fft_tr.h gf.h params.h \
pk_gen.h sk_gen.h transpose.h util.h vec128.h \
consts.inc scalars_2x.inc scalars_4x.inc powers.data
consts.inc scalars_2x.inc scalars_4x.inc powers.inc
OBJECTS = aes256ctr.o benes.o bm.o controlbits.o decrypt.o encrypt.o fft.o \
fft_tr.o gf.o operations.o pk_gen.o sk_gen.o util.o vec128.o \