Test results for amd64, like, crypto_sign/gemss192v2
[Page version: 20250420 15:13:24]
Measurements for amd64, like, crypto_sign
Test results for amd64, like, crypto_sign
Test results for crypto_sign/gemss192v2
Computer: like
Microarchitecture: amd64; Coffee Lake (806ea)
Architecture: amd64
CPU ID: GenuineIntel-000806ea-bfebfbff
SUPERCOP version: 20250415
Operation: crypto_sign
Primitive: gemss192v2
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -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_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/opt/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -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_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/ref/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
sign_openHFE.c: sign_openHFE.c:255:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 255 | eval_pk(Si,sm,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:294:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 294 | eval_pk(Si1,Si,pk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:421:12: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 421 | eval_pk(Si,sm,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: sign_openHFE.c:463:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
sign_openHFE.c: 463 | eval_pk(Si1,Si,pk,hpk);
sign_openHFE.c: | ^
sign_openHFE.c: 4 warnings generated.
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | clang -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_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(signHFE.o): in function `GeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_keypairHFE.o): in function `GeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o): in function `GeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_gemss192v2.a(sign_openHFE.o):.../supercop-data/like/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/gemss192v2/skylake/work/sign_openHFE.c:242: more undefined references to `KeccakWidth1600_Sponge' follow
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:skylake | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |