Test results for amd64, alder, crypto_kem/kyber1024
[Page version: 20250418 21:20:05]
Measurements for amd64, alder, crypto_kem
Test results for amd64, alder, crypto_kem
Test results for crypto_kem/kyber1024
Computer: alder
Microarchitecture: amd64; Golden Cove (90675-00)
Architecture: amd64
CPU ID: GenuineIntel-00090675-00-bfebfbff
SUPERCOP version: 20250415
Operation: crypto_kem
Primitive: kyber1024
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
101142 | 151923 0 0 | 176116 828 1832 | avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
101319 | 153717 0 0 | 177860 828 1832 | avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
104293 | 127461 0 0 | 147854 820 1832 | avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
108679 | 156544 0 0 | 179684 788 1800 | avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
110200 | 130566 0 0 | 151732 788 1800 | avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
111405 | 132481 0 0 | 152084 828 1768 | avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
112688 | 126316 0 0 | 147276 788 1800 | avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
115942 | 125213 0 0 | 144596 780 1768 | avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
449740 | 42247 0 0 | 66132 828 1832 | ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
469454 | 46335 0 0 | 70140 828 1832 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
506795 | 12944 0 0 | 33750 820 1832 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
526371 | 15093 0 0 | 35269 828 1768 | ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
527116 | 35469 0 0 | 61941 828 1768 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
529691 | 43191 0 0 | 66196 788 1800 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
564696 | 14670 0 0 | 35708 788 1800 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
593727 | 13041 0 0 | 33868 788 1800 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
612655 | 11409 0 0 | 30668 780 1768 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
Compiler output
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'crypto_kem_kyber1024_avx2_constbranchindex_KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c: 146 | Xor_In4( 0 );
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: 135 | #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: 44 | #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: 135 | #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: 44 | #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'crypto_kem_kyber1024_avx2_constbranchindex_KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: 136 | lanes1 = LOAD256u( curData1[argIndex]),\
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: 44 | #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
kem.c: kem.c:24:32: warning: argument 1 of type 'uint8_t[1568]' {aka 'unsigned char[1568]'} with mismatched bound [-Warray-parameter=]
kem.c: 24 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:5:
kem.c: kem.h:33:33: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:25:32: warning: argument 2 of type 'uint8_t[3168]' {aka 'unsigned char[3168]'} with mismatched bound [-Warray-parameter=]
kem.c: 25 | uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:50:28: warning: argument 1 of type 'uint8_t[1568]' {aka 'unsigned char[1568]'} with mismatched bound [-Warray-parameter=]
kem.c: 50 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 2 of type 'uint8_t[32]' {aka 'unsigned char[32]'} with mismatched bound [-Warray-parameter=]
kem.c: 51 | uint8_t ss[KYBER_SSBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: ...
poly.c: poly.c:407:42: warning: argument 5 of type 'const uint8_t[32]' {aka 'const unsigned char[32]'} with mismatched bound [-Warray-parameter=]
poly.c: 407 | const uint8_t seed[32],
poly.c: | ~~~~~~~~~~~~~~^~~~~~~~
poly.c: In file included from poly.c:6:
poly.c: poly.h:37:43: note: previously declared as 'const uint8_t *' {aka 'const unsigned char *'}
poly.c: 37 | const uint8_t *seed,
poly.c: | ~~~~~~~~~~~~~~~^~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
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 |
compact | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
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 |
compact | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
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 |
compact | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
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 |
compact | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `xof_absorb':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:36:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeInitialize'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:37:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorb'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:38:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeAbsorbLastFewBits'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `gen_matrix':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:350:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:356:(.text+0x...): undefined reference to `KeccakWidth1600_SpongeSqueeze'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `prf':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:45:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `indcpa_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:370:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_keypair':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:440:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_enc':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:449:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:450:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:451:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:453:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:454:(.text+0x...): undefined reference to `SHAKE256'
try.c: /usr/bin/ld: libcrypto_kem_kyber1024.a(kem.o): in function `crypto_kem_kyber1024_compact_constbranchindex_dec':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:467:(.text+0x...): undefined reference to `SHA3_512'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:470:(.text+0x...): undefined reference to `SHA3_256'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/kem.c:472:(.text+0x...): undefined reference to `SHAKE256'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
kem.c: kem.c:23:32: warning: argument 1 of type 'uint8_t[1568]' {aka 'unsigned char[1568]'} with mismatched bound [-Warray-parameter=]
kem.c: 23 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:4:
kem.c: kem.h:33:33: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:24:32: warning: argument 2 of type 'uint8_t[3168]' {aka 'unsigned char[3168]'} with mismatched bound [-Warray-parameter=]
kem.c: 24 | uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 1 of type 'uint8_t[1568]' {aka 'unsigned char[1568]'} with mismatched bound [-Warray-parameter=]
kem.c: 51 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:52:28: warning: argument 2 of type 'uint8_t[32]' {aka 'unsigned char[32]'} with mismatched bound [-Warray-parameter=]
kem.c: 52 | uint8_t ss[KYBER_SSBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as 'uint8_t *' {aka 'unsigned char *'}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10AB0F
at 0x...: main (try-anything.c:369)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10AB1F
at 0x...: main (try-anything.c:369)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10A45D
at 0x...: main (try-anything.c:369)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10F23F
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_frombytes (poly.c:154)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
by 0x...: unpack_pk (indcpa.c:48)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:270)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10F28F
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_frombytes (poly.c:154)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
by 0x...: unpack_pk (indcpa.c:48)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:270)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10C94C
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_decompress (polyvec.c:106)
by 0x...: unpack_ciphertext (indcpa.c:108)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Passed TIMECOP
TIMECOP iterations: 1
Number of similar (implementation,compiler) pairs: 11, namely:
Implementation | Compiler |
avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |