fixup! Add MacOS support for Dilithium
This commit is contained in:
parent
7357da6995
commit
8a5e83c2ea
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
LIB=libdilithium2_avx2.a
|
LIB=libdilithium2_avx2.a
|
||||||
|
|
||||||
SOURCES = fips202x4.c invntt.s nttconsts.c ntt.s packing.c pointwise.S poly.c \
|
SOURCES = fips202x4.c invntt.S nttconsts.c ntt.S packing.c pointwise.S poly.c \
|
||||||
polyvec.c reduce.s rejsample.c rounding.c sign.c stream.c
|
polyvec.c reduce.S rejsample.c rounding.c sign.c stream.c
|
||||||
OBJECTS = fips202x4.o invntt.o nttconsts.o ntt.o packing.o pointwise.o poly.o \
|
OBJECTS = fips202x4.o invntt.o nttconsts.o ntt.o packing.o pointwise.o poly.o \
|
||||||
polyvec.o reduce.o rejsample.o rounding.o sign.o stream.o
|
polyvec.o reduce.o rejsample.o rounding.o sign.o stream.o
|
||||||
HEADERS = alignment.h api.h params.h sign.h polyvec.h poly.h packing.h ntt.h \
|
HEADERS = alignment.h api.h params.h sign.h polyvec.h poly.h packing.h ntt.h \
|
||||||
nttconsts.h reduce.h rounding.h rejsample.h symmetric.h stream.h \
|
nttconsts.h reduce.h rounding.h rejsample.h symmetric.h stream.h \
|
||||||
fips202x4.h shuffle.inc
|
fips202x4.h shuffle.inc cdecl.inc
|
||||||
|
|
||||||
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Wvla -Werror \
|
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Wvla -Werror \
|
||||||
-Wmissing-prototypes -Wredundant-decls -std=c99 \
|
-Wmissing-prototypes -Wredundant-decls -std=c99 \
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
LIB=libdilithium3_avx2.a
|
LIB=libdilithium3_avx2.a
|
||||||
|
|
||||||
SOURCES = fips202x4.c invntt.s nttconsts.c ntt.s packing.c pointwise.S poly.c \
|
SOURCES = fips202x4.c invntt.S nttconsts.c ntt.S packing.c pointwise.S poly.c \
|
||||||
polyvec.c reduce.s rejsample.c rounding.c sign.c stream.c
|
polyvec.c reduce.S rejsample.c rounding.c sign.c stream.c
|
||||||
OBJECTS = fips202x4.o invntt.o nttconsts.o ntt.o packing.o pointwise.o poly.o \
|
OBJECTS = fips202x4.o invntt.o nttconsts.o ntt.o packing.o pointwise.o poly.o \
|
||||||
polyvec.o reduce.o rejsample.o rounding.o sign.o stream.o
|
polyvec.o reduce.o rejsample.o rounding.o sign.o stream.o
|
||||||
HEADERS = alignment.h api.h params.h sign.h polyvec.h poly.h packing.h ntt.h \
|
HEADERS = alignment.h api.h params.h sign.h polyvec.h poly.h packing.h ntt.h \
|
||||||
nttconsts.h reduce.h rounding.h rejsample.h symmetric.h stream.h \
|
nttconsts.h reduce.h rounding.h rejsample.h symmetric.h stream.h \
|
||||||
fips202x4.h shuffle.inc
|
fips202x4.h shuffle.inc cdecl.inc
|
||||||
|
|
||||||
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Wvla -Werror \
|
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Wvla -Werror \
|
||||||
-Wmissing-prototypes -Wredundant-decls -std=c99 \
|
-Wmissing-prototypes -Wredundant-decls -std=c99 \
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
LIB=libdilithium4_avx2.a
|
LIB=libdilithium4_avx2.a
|
||||||
|
|
||||||
SOURCES = fips202x4.c invntt.s nttconsts.c ntt.s packing.c pointwise.S poly.c \
|
SOURCES = fips202x4.c invntt.S nttconsts.c ntt.S packing.c pointwise.S poly.c \
|
||||||
polyvec.c reduce.s rejsample.c rounding.c sign.c stream.c
|
polyvec.c reduce.S rejsample.c rounding.c sign.c stream.c
|
||||||
OBJECTS = fips202x4.o invntt.o nttconsts.o ntt.o packing.o pointwise.o poly.o \
|
OBJECTS = fips202x4.o invntt.o nttconsts.o ntt.o packing.o pointwise.o poly.o \
|
||||||
polyvec.o reduce.o rejsample.o rounding.o sign.o stream.o
|
polyvec.o reduce.o rejsample.o rounding.o sign.o stream.o
|
||||||
HEADERS = alignment.h api.h params.h sign.h polyvec.h poly.h packing.h ntt.h \
|
HEADERS = alignment.h api.h params.h sign.h polyvec.h poly.h packing.h ntt.h \
|
||||||
nttconsts.h reduce.h rounding.h rejsample.h symmetric.h stream.h \
|
nttconsts.h reduce.h rounding.h rejsample.h symmetric.h stream.h \
|
||||||
fips202x4.h shuffle.inc
|
fips202x4.h shuffle.inc cdecl.inc
|
||||||
|
|
||||||
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Wvla -Werror \
|
CFLAGS=-O3 -Wall -Wextra -Wpedantic -Wvla -Werror \
|
||||||
-Wmissing-prototypes -Wredundant-decls -std=c99 \
|
-Wmissing-prototypes -Wredundant-decls -std=c99 \
|
||||||
|
Loading…
Reference in New Issue
Block a user