Test results for amd64, alder, crypto_sign/redgemss128

[Page version: 20250418 21:20:05]

Measurements for amd64, alder, crypto_sign Test results for amd64, alder, crypto_sign Test results for crypto_sign/redgemss128
Computer: alder
Microarchitecture: amd64; Golden Cove (90675-00)
Architecture: amd64
CPU ID: GenuineIntel-00090675-00-bfebfbff
SUPERCOP version: 20250415
Operation: crypto_sign
Primitive: redgemss128

Compiler output


mul_gf2x.c: mul_gf2x.c:13:12: error: call to undeclared function '_mm_cvtsi128_si64x'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
mul_gf2x.c:    13 |     return MUL64LOW(x,y,0);
mul_gf2x.c:       |            ^
mul_gf2x.c: ./mul_gf2x.h:905:27: note: expanded from macro 'MUL64LOW'
mul_gf2x.c:   905 | #define MUL64LOW(x,y,pos) _mm_cvtsi128_si64x(_mm_clmulepi64_si128(x, y, pos))
mul_gf2x.c:       |                           ^
mul_gf2x.c: mul_gf2x.c:13:12: note: did you mean '_mm_cvtsi128_si64'?
mul_gf2x.c: ./mul_gf2x.h:905:27: note: expanded from macro 'MUL64LOW'
mul_gf2x.c:   905 | #define MUL64LOW(x,y,pos) _mm_cvtsi128_si64x(_mm_clmulepi64_si128(x, y, pos))
mul_gf2x.c:       |                           ^
mul_gf2x.c: /usr/lib/llvm-19/lib/clang/19/include/emmintrin.h:3410:48: note: '_mm_cvtsi128_si64' declared here
mul_gf2x.c:  3410 | static __inline__ long long __DEFAULT_FN_ATTRS _mm_cvtsi128_si64(__m128i __a) {
mul_gf2x.c:       |                                                ^
mul_gf2x.c: 1 error generated.

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
T:skylakeclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
T:skylakeclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
T:skylakeclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
T:skylakeclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output


arith_gf2n.c: In file included from arith_gf2n.c:1:
arith_gf2n.c: In file included from ./arith_gf2n.h:9:
arith_gf2n.c: In file included from ./tools_gf2n.h:162:
arith_gf2n.c: ./mul_gf2x.h:17:14: fatal error: 'gf2x/gf2x_mul1.h' file not found
arith_gf2n.c:    17 |     #include <gf2x/gf2x_mul1.h>
arith_gf2n.c:       |              ^~~~~~~~~~~~~~~~~~
arith_gf2n.c: 1 error generated.

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))
T:skylakeclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/opt/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


KAT_int.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
bit.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
convMQS_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
evalMQnocst_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
printgf2x.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign_openHFE.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
chooseRootHFE.cpp: chooseRootHFE.cpp:253:36: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                    ^~~~~~~~~~~~~~
chooseRootHFE.cpp: ./config_HFE.h:480:26: note: expanded from macro 'NB_WORD_GFqn'
chooseRootHFE.cpp:   480 |     #define NB_WORD_GFqn (HFEnq+1)
chooseRootHFE.cpp:       |                          ^
chooseRootHFE.cpp: chooseRootHFE.cpp:253:49: note: read of non-const variable 'l' is not allowed in a constant expression
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                                 ^
chooseRootHFE.cpp: chooseRootHFE.cpp:181:18: note: declared here
chooseRootHFE.cpp:   181 |     unsigned int l;
chooseRootHFE.cpp:       |                  ^
chooseRootHFE.cpp: 1 warning generated.
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202: more undefined references to `SHA3_256' follow
try.cpp: clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))

Compiler output


KAT_int.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
bit.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
convMQS_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
evalMQnocst_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
printgf2x.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign_openHFE.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
chooseRootHFE.cpp: chooseRootHFE.cpp:253:36: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                    ^~~~~~~~~~~~~~
chooseRootHFE.cpp: ./config_HFE.h:480:26: note: expanded from macro 'NB_WORD_GFqn'
chooseRootHFE.cpp:   480 |     #define NB_WORD_GFqn (HFEnq+1)
chooseRootHFE.cpp:       |                          ^
chooseRootHFE.cpp: chooseRootHFE.cpp:253:49: note: read of non-const variable 'l' is not allowed in a constant expression
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                                 ^
chooseRootHFE.cpp: chooseRootHFE.cpp:181:18: note: declared here
chooseRootHFE.cpp:   181 |     unsigned int l;
chooseRootHFE.cpp:       |                  ^
chooseRootHFE.cpp: 1 warning generated.
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202: more undefined references to `SHA3_256' follow
try.cpp: clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3))

Compiler output


KAT_int.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
bit.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
convMQS_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
evalMQnocst_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
printgf2x.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign_openHFE.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
chooseRootHFE.cpp: chooseRootHFE.cpp:253:36: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                    ^~~~~~~~~~~~~~
chooseRootHFE.cpp: ./config_HFE.h:480:26: note: expanded from macro 'NB_WORD_GFqn'
chooseRootHFE.cpp:   480 |     #define NB_WORD_GFqn (HFEnq+1)
chooseRootHFE.cpp:       |                          ^
chooseRootHFE.cpp: chooseRootHFE.cpp:253:49: note: read of non-const variable 'l' is not allowed in a constant expression
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                                 ^
chooseRootHFE.cpp: chooseRootHFE.cpp:181:18: note: declared here
chooseRootHFE.cpp:   181 |     unsigned int l;
chooseRootHFE.cpp:       |                  ^
chooseRootHFE.cpp: 1 warning generated.
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(chooseRootHFE.o): in function `chooseRootHFE(unsigned long*, unsigned long const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/chooseRootHFE.cpp:271:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall

Compiler output


KAT_int.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
bit.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
convMQS_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
evalMQnocst_gf2.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
printgf2x.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
sign_openHFE.c: clang++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
chooseRootHFE.cpp: chooseRootHFE.cpp:253:36: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension]
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                    ^~~~~~~~~~~~~~
chooseRootHFE.cpp: ./config_HFE.h:480:26: note: expanded from macro 'NB_WORD_GFqn'
chooseRootHFE.cpp:   480 |     #define NB_WORD_GFqn (HFEnq+1)
chooseRootHFE.cpp:       |                          ^
chooseRootHFE.cpp: chooseRootHFE.cpp:253:49: note: read of non-const variable 'l' is not allowed in a constant expression
chooseRootHFE.cpp:   253 |             static_gf2n roots_UINT[NB_WORD_GFqn*l];
chooseRootHFE.cpp:       |                                                 ^
chooseRootHFE.cpp: chooseRootHFE.cpp:181:18: note: declared here
chooseRootHFE.cpp:   181 |     unsigned int l;
chooseRootHFE.cpp:       |                  ^
chooseRootHFE.cpp: 1 warning generated.
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(chooseRootHFE.o): in function `chooseRootHFE(unsigned long*, unsigned long const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/clang++_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/chooseRootHFE.cpp:271:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: clang++: error: linker command failed with exit code 1 (use -v to see invocation)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output


try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(chooseRootHFE.o): in function `chooseRootHFE(unsigned long*, unsigned long const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/chooseRootHFE.cpp:271:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202: more undefined references to `SHA3_256' follow
try.cpp: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(chooseRootHFE.o): in function `chooseRootHFE(unsigned long*, unsigned long const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/chooseRootHFE.cpp:271:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202: more undefined references to `SHA3_256' follow
try.cpp: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202: more undefined references to `SHA3_256' follow
try.cpp: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `signHFE(unsigned char*, unsigned char const*, unsigned long, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:261:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/signHFE.cpp:448:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `sign_openHFE(unsigned char const*, unsigned long, unsigned char const*, unsigned long const*)':
try.cpp: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:198:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: .../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202:(.text+0x...): undefined reference to `SHA3_256'
try.cpp: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/cpp/g++_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/ref/work/sign_openHFE.c:202: more undefined references to `SHA3_256' follow
try.cpp: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:skylakegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:skylakegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:skylakegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE1':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:522:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(signHFE.o): in function `RedGeMSS_128U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1129:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/signHFE.c:1315:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o): in function `RedGeMSS_128U_sign_openHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:221:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_sign_redgemss128.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss128/skylake/work/sign_openHFE.c:227: more undefined references to `SHA3_256' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:skylakegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)