Thom Wiggers
há 5 anos
ascendente
cometimento
12c8a642ce
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 1BB0A7CE26E363
36 ficheiros alterados com
36 adições e
36 eliminações
-
crypto_sign/sphincs-haraka-128f-robust/clean/Makefile
-
crypto_sign/sphincs-haraka-128f-simple/clean/Makefile
-
crypto_sign/sphincs-haraka-128s-robust/clean/Makefile
-
crypto_sign/sphincs-haraka-128s-simple/clean/Makefile
-
crypto_sign/sphincs-haraka-192f-robust/clean/Makefile
-
crypto_sign/sphincs-haraka-192f-simple/clean/Makefile
-
crypto_sign/sphincs-haraka-192s-robust/clean/Makefile
-
crypto_sign/sphincs-haraka-192s-simple/clean/Makefile
-
crypto_sign/sphincs-haraka-256f-robust/clean/Makefile
-
crypto_sign/sphincs-haraka-256f-simple/clean/Makefile
-
crypto_sign/sphincs-haraka-256s-robust/clean/Makefile
-
crypto_sign/sphincs-haraka-256s-simple/clean/Makefile
-
crypto_sign/sphincs-sha256-128f-robust/clean/Makefile
-
crypto_sign/sphincs-sha256-128f-simple/clean/Makefile
-
crypto_sign/sphincs-sha256-128s-robust/clean/Makefile
-
crypto_sign/sphincs-sha256-128s-simple/clean/Makefile
-
crypto_sign/sphincs-sha256-192f-robust/clean/Makefile
-
crypto_sign/sphincs-sha256-192f-simple/clean/Makefile
-
crypto_sign/sphincs-sha256-192s-robust/clean/Makefile
-
crypto_sign/sphincs-sha256-192s-simple/clean/Makefile
-
crypto_sign/sphincs-sha256-256f-robust/clean/Makefile
-
crypto_sign/sphincs-sha256-256f-simple/clean/Makefile
-
crypto_sign/sphincs-sha256-256s-robust/clean/Makefile
-
crypto_sign/sphincs-sha256-256s-simple/clean/Makefile
-
crypto_sign/sphincs-shake256-128f-robust/clean/Makefile
-
crypto_sign/sphincs-shake256-128f-simple/clean/Makefile
-
crypto_sign/sphincs-shake256-128s-robust/clean/Makefile
-
crypto_sign/sphincs-shake256-128s-simple/clean/Makefile
-
crypto_sign/sphincs-shake256-192f-robust/clean/Makefile
-
crypto_sign/sphincs-shake256-192f-simple/clean/Makefile
-
crypto_sign/sphincs-shake256-192s-robust/clean/Makefile
-
crypto_sign/sphincs-shake256-192s-simple/clean/Makefile
-
crypto_sign/sphincs-shake256-256f-robust/clean/Makefile
-
crypto_sign/sphincs-shake256-256f-simple/clean/Makefile
-
crypto_sign/sphincs-shake256-256s-robust/clean/Makefile
-
crypto_sign/sphincs-shake256-256s-simple/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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|
|
|
@@ -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) |
|
|
|