Test results for amd64, hunsnivy, crypto_kem/lotus128
[Page version: 20260902 09:50:30]
Measurements for amd64, hunsnivy, crypto_kem
Test results for amd64, hunsnivy, crypto_kem
Test results for crypto_kem/lotus128
Computer: hunsnivy
Microarchitecture: amd64; Ivy Bridge+AES (306a9)
Architecture: amd64
CPU ID: GenuineIntel-000306a9-bfebfbff
SUPERCOP version: 20260831
Operation: crypto_kem
Primitive: lotus128
Compiler output
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:169:14: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: b[0] = _mm256_mullo_epi16(b[0], a);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:170:14: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: b[1] = _mm256_mullo_epi16(b[1], a);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:171:14: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: b[2] = _mm256_mullo_epi16(b[2], a);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:172:14: error: always_inline function '_mm256_mullo_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: b[3] = _mm256_mullo_epi16(b[3], a);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:173:14: error: always_inline function '_mm256_sub_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: c[0] = _mm256_sub_epi16(c[0], b[0]);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:174:14: error: always_inline function '_mm256_sub_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: c[1] = _mm256_sub_epi16(c[1], b[1]);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:175:14: error: always_inline function '_mm256_sub_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: c[2] = _mm256_sub_epi16(c[2], b[2]);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:176:14: error: always_inline function '_mm256_sub_epi16' requires target feature 'avx2', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx2'
lwe-arithmetics_avx2.c: c[3] = _mm256_sub_epi16(c[3], b[3]);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: 8 errors generated.
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
| T:avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:158:12: error: always_inline function '_mm256_setzero_si256' requires target feature 'avx', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx'
lwe-arithmetics_avx2.c: c[0] = _mm256_setzero_si256();
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:158:12: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:159:12: error: always_inline function '_mm256_setzero_si256' requires target feature 'avx', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx'
lwe-arithmetics_avx2.c: c[1] = _mm256_setzero_si256();
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:159:12: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:160:12: error: always_inline function '_mm256_setzero_si256' requires target feature 'avx', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx'
lwe-arithmetics_avx2.c: c[2] = _mm256_setzero_si256();
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:160:12: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:161:12: error: always_inline function '_mm256_setzero_si256' requires target feature 'avx', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx'
lwe-arithmetics_avx2.c: c[3] = _mm256_setzero_si256();
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:161:12: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:164:11: error: always_inline function '_mm256_set1_epi16' requires target feature 'avx', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx'
lwe-arithmetics_avx2.c: a = _mm256_set1_epi16(A[j]);
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:164:11: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:165:14: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx'
lwe-arithmetics_avx2.c: b[0] = _mm256_loadu_si256((__m256i*)(p));
lwe-arithmetics_avx2.c: ^
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:165:14: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:166:14: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'submat_negmul' that is compiled without support for 'avx'
lwe-arithmetics_avx2.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| T:avx2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
Compiler output
lwe-arithmetics_avx2.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/12/include/immintrin.h:47,
lwe-arithmetics_avx2.c: from lwe-arithmetics_avx2.c:10:
lwe-arithmetics_avx2.c: /usr/lib/gcc/x86_64-linux-gnu/12/include/avx2intrin.h: In function 'submat_negmul':
lwe-arithmetics_avx2.c: /usr/lib/gcc/x86_64-linux-gnu/12/include/avx2intrin.h:808:1: error: inlining failed in call to 'always_inline' '_mm256_sub_epi16': target specific option mismatch
lwe-arithmetics_avx2.c: 808 | _mm256_sub_epi16 (__m256i __A, __m256i __B)
lwe-arithmetics_avx2.c: | ^~~~~~~~~~~~~~~~
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:176:14: note: called from here
lwe-arithmetics_avx2.c: 176 | c[3] = _mm256_sub_epi16(c[3], b[3]);
lwe-arithmetics_avx2.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lwe-arithmetics_avx2.c: /usr/lib/gcc/x86_64-linux-gnu/12/include/avx2intrin.h:808:1: error: inlining failed in call to 'always_inline' '_mm256_sub_epi16': target specific option mismatch
lwe-arithmetics_avx2.c: 808 | _mm256_sub_epi16 (__m256i __A, __m256i __B)
lwe-arithmetics_avx2.c: | ^~~~~~~~~~~~~~~~
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:175:14: note: called from here
lwe-arithmetics_avx2.c: 175 | c[2] = _mm256_sub_epi16(c[2], b[2]);
lwe-arithmetics_avx2.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lwe-arithmetics_avx2.c: /usr/lib/gcc/x86_64-linux-gnu/12/include/avx2intrin.h:808:1: error: inlining failed in call to 'always_inline' '_mm256_sub_epi16': target specific option mismatch
lwe-arithmetics_avx2.c: 808 | _mm256_sub_epi16 (__m256i __A, __m256i __B)
lwe-arithmetics_avx2.c: | ^~~~~~~~~~~~~~~~
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:174:14: note: called from here
lwe-arithmetics_avx2.c: 174 | c[1] = _mm256_sub_epi16(c[1], b[1]);
lwe-arithmetics_avx2.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lwe-arithmetics_avx2.c: /usr/lib/gcc/x86_64-linux-gnu/12/include/avx2intrin.h:808:1: error: inlining failed in call to 'always_inline' '_mm256_sub_epi16': target specific option mismatch
lwe-arithmetics_avx2.c: 808 | _mm256_sub_epi16 (__m256i __A, __m256i __B)
lwe-arithmetics_avx2.c: | ^~~~~~~~~~~~~~~~
lwe-arithmetics_avx2.c: lwe-arithmetics_avx2.c:173:14: note: called from here
lwe-arithmetics_avx2.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:68: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:74: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_opt_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:108: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/opt/work/kem.c:116: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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_14.0.6) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_enc':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:73: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:79: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: libcrypto_kem_lotus128.a(kem.o): in function `crypto_kem_lotus128_ref_timingleaks_dec':
try.c: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:123: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_kem/lotus128/ref/work/kem.c:131: undefined reference to `crypto_hash_sha512_openssl_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/lib/knownrandombytes.o: in function `randombytes_internal':
try.c: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:31: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
try.c: /usr/bin/ld: .../supercop-data/hunsnivy/amd64/knownrandombytes/work/knownrandombytes.c:37: undefined reference to `crypto_rng_chacha20_ref_constbranchindex'
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 (12.2.0) |