Test results for amd64, alder, crypto_sign/redgemss192v2

[Page version: 20250418 21:20:05]

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

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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:optclang -march=native -O2 -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:optclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:optclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:optclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:optclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/opt/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/opt/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/opt/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
ImplementationCompiler
T:optgcc -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:refclang -march=native -O2 -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:refclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:refclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:refclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:refclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/ref/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/ref/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/ref/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
ImplementationCompiler
T:refgcc -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:skylakeclang -march=native -O2 -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:skylakeclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:skylakeclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
T:skylakeclang -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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_signHFE_FeistelPatarin':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o):.../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/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:
ImplementationCompiler
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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
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_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_precSignHFESeed':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/signHFE.c:200:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(signHFE.o): in function `RedGeMSS_192U_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/redgemss192v2/skylake/work/signHFE.c:825:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
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/redgemss192v2/skylake/work/signHFE.c:1020:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_keypairHFE.o): in function `RedGeMSS_192U_sign_keypairHFE':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_keypairHFE.c:148:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.a(sign_openHFE.o): in function `RedGeMSS_192U_sign_openHFE_uncomp_pk':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/redgemss192v2/skylake/work/sign_openHFE.c:236:(.text+0x...): undefined reference to `KeccakWidth1600_Sponge'
try.c: /usr/bin/ld: libcrypto_sign_redgemss192v2.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/redgemss192v2/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:
ImplementationCompiler
T:skylakegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0)