From 12c8a642ce451de0ce6526dfbc22ccf9b4265358 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Wed, 17 Jul 2019 15:53:33 +0200 Subject: [PATCH] Fix Makefile (primitive.h->hash_state.h) --- crypto_sign/sphincs-haraka-128f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-128f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-128s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-128s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-192f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-192f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-192s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-192s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-256f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-256f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-256s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-haraka-256s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-128f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-128f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-128s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-128s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-192f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-192f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-192s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-192s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-256f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-256f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-256s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-sha256-256s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-128f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-128f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-128s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-128s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-192f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-192f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-192s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-192s-simple/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-256f-robust/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-256f-simple/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-256s-robust/clean/Makefile | 2 +- crypto_sign/sphincs-shake256-256s-simple/clean/Makefile | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/crypto_sign/sphincs-haraka-128f-robust/clean/Makefile b/crypto_sign/sphincs-haraka-128f-robust/clean/Makefile index 8216eb0a..bdad48c7 100644 --- a/crypto_sign/sphincs-haraka-128f-robust/clean/Makefile +++ b/crypto_sign/sphincs-haraka-128f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-128f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-128f-simple/clean/Makefile b/crypto_sign/sphincs-haraka-128f-simple/clean/Makefile index d8de1e8f..f0c03f8a 100644 --- a/crypto_sign/sphincs-haraka-128f-simple/clean/Makefile +++ b/crypto_sign/sphincs-haraka-128f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-128f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-128s-robust/clean/Makefile b/crypto_sign/sphincs-haraka-128s-robust/clean/Makefile index 0429a525..e46f2731 100644 --- a/crypto_sign/sphincs-haraka-128s-robust/clean/Makefile +++ b/crypto_sign/sphincs-haraka-128s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-128s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-128s-simple/clean/Makefile b/crypto_sign/sphincs-haraka-128s-simple/clean/Makefile index bc4fdb9c..5f20d158 100644 --- a/crypto_sign/sphincs-haraka-128s-simple/clean/Makefile +++ b/crypto_sign/sphincs-haraka-128s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-128s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-192f-robust/clean/Makefile b/crypto_sign/sphincs-haraka-192f-robust/clean/Makefile index ae393c90..43be01ca 100644 --- a/crypto_sign/sphincs-haraka-192f-robust/clean/Makefile +++ b/crypto_sign/sphincs-haraka-192f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-192f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-192f-simple/clean/Makefile b/crypto_sign/sphincs-haraka-192f-simple/clean/Makefile index 3ed954c8..ed6a48df 100644 --- a/crypto_sign/sphincs-haraka-192f-simple/clean/Makefile +++ b/crypto_sign/sphincs-haraka-192f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-192f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-192s-robust/clean/Makefile b/crypto_sign/sphincs-haraka-192s-robust/clean/Makefile index 3ed1e6f0..f4f630c7 100644 --- a/crypto_sign/sphincs-haraka-192s-robust/clean/Makefile +++ b/crypto_sign/sphincs-haraka-192s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-192s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-192s-simple/clean/Makefile b/crypto_sign/sphincs-haraka-192s-simple/clean/Makefile index 6e1ff9c5..041a7fc9 100644 --- a/crypto_sign/sphincs-haraka-192s-simple/clean/Makefile +++ b/crypto_sign/sphincs-haraka-192s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-192s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-256f-robust/clean/Makefile b/crypto_sign/sphincs-haraka-256f-robust/clean/Makefile index 75222488..380383cd 100644 --- a/crypto_sign/sphincs-haraka-256f-robust/clean/Makefile +++ b/crypto_sign/sphincs-haraka-256f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-256f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-256f-simple/clean/Makefile b/crypto_sign/sphincs-haraka-256f-simple/clean/Makefile index 20d64d86..521657f7 100644 --- a/crypto_sign/sphincs-haraka-256f-simple/clean/Makefile +++ b/crypto_sign/sphincs-haraka-256f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-256f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-256s-robust/clean/Makefile b/crypto_sign/sphincs-haraka-256s-robust/clean/Makefile index 3dd1226a..7af8cc68 100644 --- a/crypto_sign/sphincs-haraka-256s-robust/clean/Makefile +++ b/crypto_sign/sphincs-haraka-256s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-256s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_robust.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-haraka-256s-simple/clean/Makefile b/crypto_sign/sphincs-haraka-256s-simple/clean/Makefile index 884e290e..e48edf4d 100644 --- a/crypto_sign/sphincs-haraka-256s-simple/clean/Makefile +++ b/crypto_sign/sphincs-haraka-256s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-haraka-256s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h haraka.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h haraka.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_haraka.o thash_haraka_simple.o haraka.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-128f-robust/clean/Makefile b/crypto_sign/sphincs-sha256-128f-robust/clean/Makefile index 05e10063..44744893 100644 --- a/crypto_sign/sphincs-sha256-128f-robust/clean/Makefile +++ b/crypto_sign/sphincs-sha256-128f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-128f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-128f-simple/clean/Makefile b/crypto_sign/sphincs-sha256-128f-simple/clean/Makefile index 00c36913..1cf40dac 100644 --- a/crypto_sign/sphincs-sha256-128f-simple/clean/Makefile +++ b/crypto_sign/sphincs-sha256-128f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-128f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-128s-robust/clean/Makefile b/crypto_sign/sphincs-sha256-128s-robust/clean/Makefile index 09709177..22837191 100644 --- a/crypto_sign/sphincs-sha256-128s-robust/clean/Makefile +++ b/crypto_sign/sphincs-sha256-128s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-128s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-128s-simple/clean/Makefile b/crypto_sign/sphincs-sha256-128s-simple/clean/Makefile index fcb7089c..cd4eec63 100644 --- a/crypto_sign/sphincs-sha256-128s-simple/clean/Makefile +++ b/crypto_sign/sphincs-sha256-128s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-128s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-192f-robust/clean/Makefile b/crypto_sign/sphincs-sha256-192f-robust/clean/Makefile index a4707ef3..f3d325d8 100644 --- a/crypto_sign/sphincs-sha256-192f-robust/clean/Makefile +++ b/crypto_sign/sphincs-sha256-192f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-192f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-192f-simple/clean/Makefile b/crypto_sign/sphincs-sha256-192f-simple/clean/Makefile index 71065262..03135c16 100644 --- a/crypto_sign/sphincs-sha256-192f-simple/clean/Makefile +++ b/crypto_sign/sphincs-sha256-192f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-192f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-192s-robust/clean/Makefile b/crypto_sign/sphincs-sha256-192s-robust/clean/Makefile index 44d9f759..698511af 100644 --- a/crypto_sign/sphincs-sha256-192s-robust/clean/Makefile +++ b/crypto_sign/sphincs-sha256-192s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-192s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-192s-simple/clean/Makefile b/crypto_sign/sphincs-sha256-192s-simple/clean/Makefile index bf46482f..75eaccbc 100644 --- a/crypto_sign/sphincs-sha256-192s-simple/clean/Makefile +++ b/crypto_sign/sphincs-sha256-192s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-192s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-256f-robust/clean/Makefile b/crypto_sign/sphincs-sha256-256f-robust/clean/Makefile index bfcf1ddf..90980e14 100644 --- a/crypto_sign/sphincs-sha256-256f-robust/clean/Makefile +++ b/crypto_sign/sphincs-sha256-256f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-256f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-256f-simple/clean/Makefile b/crypto_sign/sphincs-sha256-256f-simple/clean/Makefile index e718351e..ed8ffa11 100644 --- a/crypto_sign/sphincs-sha256-256f-simple/clean/Makefile +++ b/crypto_sign/sphincs-sha256-256f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-256f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-256s-robust/clean/Makefile b/crypto_sign/sphincs-sha256-256s-robust/clean/Makefile index 2077aa1c..ba5d8d55 100644 --- a/crypto_sign/sphincs-sha256-256s-robust/clean/Makefile +++ b/crypto_sign/sphincs-sha256-256s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-256s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_robust.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-sha256-256s-simple/clean/Makefile b/crypto_sign/sphincs-sha256-256s-simple/clean/Makefile index 2caaa64a..eb3d2196 100644 --- a/crypto_sign/sphincs-sha256-256s-simple/clean/Makefile +++ b/crypto_sign/sphincs-sha256-256s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-sha256-256s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h sha256.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h sha256.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_sha256.o thash_sha256_simple.o sha256.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-128f-robust/clean/Makefile b/crypto_sign/sphincs-shake256-128f-robust/clean/Makefile index 0b930387..ae8c3212 100644 --- a/crypto_sign/sphincs-shake256-128f-robust/clean/Makefile +++ b/crypto_sign/sphincs-shake256-128f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-128f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-128f-simple/clean/Makefile b/crypto_sign/sphincs-shake256-128f-simple/clean/Makefile index 869d2d21..e766a5c9 100644 --- a/crypto_sign/sphincs-shake256-128f-simple/clean/Makefile +++ b/crypto_sign/sphincs-shake256-128f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-128f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-128s-robust/clean/Makefile b/crypto_sign/sphincs-shake256-128s-robust/clean/Makefile index e9d75b94..856e947c 100644 --- a/crypto_sign/sphincs-shake256-128s-robust/clean/Makefile +++ b/crypto_sign/sphincs-shake256-128s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-128s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-128s-simple/clean/Makefile b/crypto_sign/sphincs-shake256-128s-simple/clean/Makefile index 8eea4ce5..af437f91 100644 --- a/crypto_sign/sphincs-shake256-128s-simple/clean/Makefile +++ b/crypto_sign/sphincs-shake256-128s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-128s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-192f-robust/clean/Makefile b/crypto_sign/sphincs-shake256-192f-robust/clean/Makefile index 40b4a447..0cd06ebe 100644 --- a/crypto_sign/sphincs-shake256-192f-robust/clean/Makefile +++ b/crypto_sign/sphincs-shake256-192f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-192f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-192f-simple/clean/Makefile b/crypto_sign/sphincs-shake256-192f-simple/clean/Makefile index 028e1458..8fdab6f2 100644 --- a/crypto_sign/sphincs-shake256-192f-simple/clean/Makefile +++ b/crypto_sign/sphincs-shake256-192f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-192f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-192s-robust/clean/Makefile b/crypto_sign/sphincs-shake256-192s-robust/clean/Makefile index d0244e12..0768d1b0 100644 --- a/crypto_sign/sphincs-shake256-192s-robust/clean/Makefile +++ b/crypto_sign/sphincs-shake256-192s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-192s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-192s-simple/clean/Makefile b/crypto_sign/sphincs-shake256-192s-simple/clean/Makefile index 0227631a..4f3a6248 100644 --- a/crypto_sign/sphincs-shake256-192s-simple/clean/Makefile +++ b/crypto_sign/sphincs-shake256-192s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-192s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-256f-robust/clean/Makefile b/crypto_sign/sphincs-shake256-256f-robust/clean/Makefile index 13581dff..cba909fb 100644 --- a/crypto_sign/sphincs-shake256-256f-robust/clean/Makefile +++ b/crypto_sign/sphincs-shake256-256f-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-256f-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-256f-simple/clean/Makefile b/crypto_sign/sphincs-shake256-256f-simple/clean/Makefile index f35413b1..add10b5b 100644 --- a/crypto_sign/sphincs-shake256-256f-simple/clean/Makefile +++ b/crypto_sign/sphincs-shake256-256f-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-256f-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-256s-robust/clean/Makefile b/crypto_sign/sphincs-shake256-256s-robust/clean/Makefile index d66f2347..98eaccbe 100644 --- a/crypto_sign/sphincs-shake256-256s-robust/clean/Makefile +++ b/crypto_sign/sphincs-shake256-256s-robust/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-256s-robust_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_robust.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS) diff --git a/crypto_sign/sphincs-shake256-256s-simple/clean/Makefile b/crypto_sign/sphincs-shake256-256s-simple/clean/Makefile index be71442e..fb87863d 100644 --- a/crypto_sign/sphincs-shake256-256s-simple/clean/Makefile +++ b/crypto_sign/sphincs-shake256-256s-simple/clean/Makefile @@ -2,7 +2,7 @@ LIB=libsphincs-shake256-256s-simple_clean.a -HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h primitive.h thash.h +HEADERS = params.h address.h wots.h utils.h fors.h api.h hash.h hash_state.h thash.h OBJECTS = address.o wots.o utils.o fors.o sign.o hash_shake256.o thash_shake256_simple.o CFLAGS=-O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)