Browse Source

Merge pull request #293 from PQClean/fix-sphincs-windows

Add missing obj file to Windows SPHINCS+ AVX2 builds
master
mergify[bot] 4 years ago
committed by GitHub
parent
commit
ea5a83f7a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
60 changed files with 156 additions and 72 deletions
  1. +1
    -1
      crypto_sign/sphincs-haraka-128f-robust/aesni/Makefile.Microsoft_nmake
  2. +1
    -1
      crypto_sign/sphincs-haraka-128f-simple/aesni/Makefile.Microsoft_nmake
  3. +1
    -1
      crypto_sign/sphincs-haraka-128s-robust/aesni/Makefile.Microsoft_nmake
  4. +1
    -1
      crypto_sign/sphincs-haraka-128s-simple/aesni/Makefile.Microsoft_nmake
  5. +1
    -1
      crypto_sign/sphincs-haraka-192f-robust/aesni/Makefile.Microsoft_nmake
  6. +1
    -1
      crypto_sign/sphincs-haraka-192f-simple/aesni/Makefile.Microsoft_nmake
  7. +1
    -1
      crypto_sign/sphincs-haraka-192s-robust/aesni/Makefile.Microsoft_nmake
  8. +1
    -1
      crypto_sign/sphincs-haraka-192s-simple/aesni/Makefile.Microsoft_nmake
  9. +1
    -1
      crypto_sign/sphincs-haraka-256f-robust/aesni/Makefile.Microsoft_nmake
  10. +1
    -1
      crypto_sign/sphincs-haraka-256f-simple/aesni/Makefile.Microsoft_nmake
  11. +1
    -1
      crypto_sign/sphincs-haraka-256s-robust/aesni/Makefile.Microsoft_nmake
  12. +1
    -1
      crypto_sign/sphincs-haraka-256s-simple/aesni/Makefile.Microsoft_nmake
  13. +1
    -1
      crypto_sign/sphincs-sha256-128f-robust/avx2/Makefile
  14. +1
    -1
      crypto_sign/sphincs-sha256-128f-robust/avx2/Makefile.Microsoft_nmake
  15. +1
    -1
      crypto_sign/sphincs-sha256-128f-simple/avx2/Makefile
  16. +1
    -1
      crypto_sign/sphincs-sha256-128f-simple/avx2/Makefile.Microsoft_nmake
  17. +1
    -1
      crypto_sign/sphincs-sha256-128s-robust/avx2/Makefile
  18. +1
    -1
      crypto_sign/sphincs-sha256-128s-robust/avx2/Makefile.Microsoft_nmake
  19. +1
    -1
      crypto_sign/sphincs-sha256-128s-simple/avx2/Makefile
  20. +1
    -1
      crypto_sign/sphincs-sha256-128s-simple/avx2/Makefile.Microsoft_nmake
  21. +1
    -1
      crypto_sign/sphincs-sha256-192f-robust/avx2/Makefile
  22. +1
    -1
      crypto_sign/sphincs-sha256-192f-robust/avx2/Makefile.Microsoft_nmake
  23. +1
    -1
      crypto_sign/sphincs-sha256-192f-simple/avx2/Makefile
  24. +1
    -1
      crypto_sign/sphincs-sha256-192f-simple/avx2/Makefile.Microsoft_nmake
  25. +1
    -1
      crypto_sign/sphincs-sha256-192s-robust/avx2/Makefile
  26. +1
    -1
      crypto_sign/sphincs-sha256-192s-robust/avx2/Makefile.Microsoft_nmake
  27. +1
    -1
      crypto_sign/sphincs-sha256-192s-simple/avx2/Makefile
  28. +1
    -1
      crypto_sign/sphincs-sha256-192s-simple/avx2/Makefile.Microsoft_nmake
  29. +1
    -1
      crypto_sign/sphincs-sha256-256f-robust/avx2/Makefile
  30. +1
    -1
      crypto_sign/sphincs-sha256-256f-robust/avx2/Makefile.Microsoft_nmake
  31. +1
    -1
      crypto_sign/sphincs-sha256-256f-simple/avx2/Makefile
  32. +1
    -1
      crypto_sign/sphincs-sha256-256f-simple/avx2/Makefile.Microsoft_nmake
  33. +1
    -1
      crypto_sign/sphincs-sha256-256s-robust/avx2/Makefile
  34. +1
    -1
      crypto_sign/sphincs-sha256-256s-robust/avx2/Makefile.Microsoft_nmake
  35. +1
    -1
      crypto_sign/sphincs-sha256-256s-simple/avx2/Makefile
  36. +1
    -1
      crypto_sign/sphincs-sha256-256s-simple/avx2/Makefile.Microsoft_nmake
  37. +1
    -1
      crypto_sign/sphincs-shake256-128f-robust/avx2/Makefile
  38. +9
    -2
      crypto_sign/sphincs-shake256-128f-robust/avx2/Makefile.Microsoft_nmake
  39. +1
    -1
      crypto_sign/sphincs-shake256-128f-simple/avx2/Makefile
  40. +9
    -2
      crypto_sign/sphincs-shake256-128f-simple/avx2/Makefile.Microsoft_nmake
  41. +1
    -1
      crypto_sign/sphincs-shake256-128s-robust/avx2/Makefile
  42. +9
    -2
      crypto_sign/sphincs-shake256-128s-robust/avx2/Makefile.Microsoft_nmake
  43. +1
    -1
      crypto_sign/sphincs-shake256-128s-simple/avx2/Makefile
  44. +9
    -2
      crypto_sign/sphincs-shake256-128s-simple/avx2/Makefile.Microsoft_nmake
  45. +1
    -1
      crypto_sign/sphincs-shake256-192f-robust/avx2/Makefile
  46. +9
    -2
      crypto_sign/sphincs-shake256-192f-robust/avx2/Makefile.Microsoft_nmake
  47. +1
    -1
      crypto_sign/sphincs-shake256-192f-simple/avx2/Makefile
  48. +9
    -2
      crypto_sign/sphincs-shake256-192f-simple/avx2/Makefile.Microsoft_nmake
  49. +1
    -1
      crypto_sign/sphincs-shake256-192s-robust/avx2/Makefile
  50. +9
    -2
      crypto_sign/sphincs-shake256-192s-robust/avx2/Makefile.Microsoft_nmake
  51. +1
    -1
      crypto_sign/sphincs-shake256-192s-simple/avx2/Makefile
  52. +9
    -2
      crypto_sign/sphincs-shake256-192s-simple/avx2/Makefile.Microsoft_nmake
  53. +1
    -1
      crypto_sign/sphincs-shake256-256f-robust/avx2/Makefile
  54. +9
    -2
      crypto_sign/sphincs-shake256-256f-robust/avx2/Makefile.Microsoft_nmake
  55. +1
    -1
      crypto_sign/sphincs-shake256-256f-simple/avx2/Makefile
  56. +9
    -2
      crypto_sign/sphincs-shake256-256f-simple/avx2/Makefile.Microsoft_nmake
  57. +1
    -1
      crypto_sign/sphincs-shake256-256s-robust/avx2/Makefile
  58. +9
    -2
      crypto_sign/sphincs-shake256-256s-robust/avx2/Makefile.Microsoft_nmake
  59. +1
    -1
      crypto_sign/sphincs-shake256-256s-simple/avx2/Makefile
  60. +9
    -2
      crypto_sign/sphincs-shake256-256s-simple/avx2/Makefile.Microsoft_nmake

+ 1
- 1
crypto_sign/sphincs-haraka-128f-robust/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-128f-robust_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-128f-simple/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-128f-simple_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-128s-robust/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-128s-robust_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-128s-simple/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-128s-simple_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-192f-robust/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-192f-robust_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-192f-simple/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-192f-simple_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-192s-robust/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-192s-robust_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-192s-simple/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-192s-simple_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-256f-robust/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-256f-robust_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-256f-simple/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-256f-simple_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-256s-robust/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-256s-robust_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_robust.obj hash_harakax4.obj thash_haraka_robustx4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-haraka-256s-simple/aesni/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-haraka-256s-simple_aesni.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fors.obj sign.obj hash_haraka.obj thash_haraka_simple.obj hash_harakax4.obj thash_haraka_simplex4.obj haraka.obj

# We ignore warning C4127: in thash_haraka_*x4.c we use a conditional
# that when the macro is generated for inblocks = 1 results in a case


+ 1
- 1
crypto_sign/sphincs-sha256-128f-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-128f-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-128f-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-128f-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-128f-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-128f-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-128f-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-128f-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-128s-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-128s-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-128s-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-128s-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-128s-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-128s-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-128s-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-128s-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-192f-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-192f-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-192f-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-192f-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-192f-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-192f-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-192f-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-192f-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-192s-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-192s-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-192s-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-192s-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-192s-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-192s-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-192s-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-192s-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-256f-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-256f-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-256f-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-256f-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-256f-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-256f-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-256f-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-256f-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-256s-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-256s-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_robust.o hash_sha256x8.o thash_sha256_robustx8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-256s-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-256s-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_robust.obj hash_sha256x8.obj thash_sha256_robustx8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-sha256-256s-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-sha256-256s-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx8.h sha256avx.h sha256x8.h fors.h api.h hash.h hashx8.h hash_state.h thash.h thashx8.h sha256.h
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o hash_sha256x8.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o
OBJECTS = address.o wots.o utils.o utilsx8.o sha256avx.o sha256x8.o fors.o sign.o hash_sha256.o thash_sha256_simple.o hash_sha256x8.o thash_sha256_simplex8.o sha256.o

CFLAGS=-mavx2 -O3 -Wall -Wconversion -Wextra -Wpedantic -Wvla -Werror -Wmissing-prototypes -Wredundant-decls -std=c99 -I../../../common $(EXTRAFLAGS)



+ 1
- 1
crypto_sign/sphincs-sha256-256s-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,7 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-sha256-256s-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj
OBJECTS=address.obj wots.obj utils.obj utilsx8.obj sha256avx.obj sha256x8.obj fors.obj sign.obj hash_sha256.obj thash_sha256_simple.obj hash_sha256x8.obj thash_sha256_simplex8.obj sha256.obj

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX



+ 1
- 1
crypto_sign/sphincs-shake256-128f-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-128f-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-128f-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-128f-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-128f-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-128f-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-128f-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-128f-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-128s-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-128s-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-128s-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-128s-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-128s-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-128s-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-128s-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-128s-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-192f-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-192f-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-192f-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-192f-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-192f-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-192f-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-192f-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-192f-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-192s-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-192s-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-192s-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-192s-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-192s-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-192s-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-192s-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-192s-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-256f-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-256f-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-256f-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-256f-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-256f-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-256f-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-256f-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-256f-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-256s-robust/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-256s-robust_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_robust.o hash_shake256x4.o thash_shake256_robustx4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-256s-robust/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-256s-robust_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_robust.obj hash_shake256x4.obj thash_shake256_robustx4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

+ 1
- 1
crypto_sign/sphincs-shake256-256s-simple/avx2/Makefile View File

@@ -3,7 +3,7 @@
LIB=libsphincs-shake256-256s-simple_avx2.a

HEADERS = params.h address.h wots.h utils.h utilsx4.h fips202x4.h fors.h api.h hash.h hashx4.h hash_state.h thash.h thashx4.h
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o hash_shake256x4.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o
OBJECTS = address.o wots.o utils.o utilsx4.o fips202x4.o fors.o sign.o hash_shake256.o thash_shake256_simple.o hash_shake256x4.o thash_shake256_simplex4.o

KECCAK4XDIR=../../../common/keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o


+ 9
- 2
crypto_sign/sphincs-shake256-256s-simple/avx2/Makefile.Microsoft_nmake View File

@@ -2,7 +2,11 @@
# nmake /f Makefile.Microsoft_nmake

LIBRARY=libsphincs-shake256-256s-simple_avx2.lib
OBJECTS=address.obj wots.obj utils.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj
OBJECTS=address.obj wots.obj utils.obj utilsx4.obj fips202x4.obj fors.obj sign.obj hash_shake256.obj thash_shake256_simple.obj hash_shake256x4.obj thash_shake256_simplex4.obj

KECCAK4XDIR=..\..\..\common\keccak4x
KECCAK4XOBJ=KeccakP-1600-times4-SIMD256.o
KECCAK4X=$(KECCAK4XDIR)\$(KECCAK4XOBJ)

CFLAGS=/nologo /arch:AVX2 /O2 /I ..\..\..\common /W4 /WX

@@ -11,9 +15,12 @@ all: $(LIBRARY)
# Make sure objects are recompiled if headers change.
$(OBJECTS): *.h

$(LIBRARY): $(OBJECTS)
$(LIBRARY): $(OBJECTS) $(KECCAKX4)
LIB.EXE /NOLOGO /WX /OUT:$@ $**

$(KECCAK4X):
cd $(KECCAK4XDIR) && $(MAKE) $(KECCAK4XOBJ)

clean:
-DEL $(OBJECTS)
-DEL $(LIBRARY)

Loading…
Cancel
Save