Implementation notes: amd64, speed2supercop, crypto_sign/rainbow3c

Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20240808
Operation: crypto_sign
Primitive: rainbow3c

Compiler output


hash_utils.c: hash_utils.c:24:2: warning: 'SHA384_Init' is deprecated [-Wdeprecated-declarations]
hash_utils.c:         SHA384_Init( &sha384 );
hash_utils.c:         ^
hash_utils.c: /usr/include/openssl/sha.h:120:1: note: 'SHA384_Init' has been explicitly marked deprecated here
hash_utils.c: OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c: ^
hash_utils.c: /usr/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
hash_utils.c: #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
hash_utils.c:                                                 ^
hash_utils.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
hash_utils.c: #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
hash_utils.c:                                                    ^
hash_utils.c: hash_utils.c:25:2: warning: 'SHA384_Update' is deprecated [-Wdeprecated-declarations]
hash_utils.c:         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:         ^
hash_utils.c: /usr/include/openssl/sha.h:121:1: note: 'SHA384_Update' has been explicitly marked deprecated here
hash_utils.c: OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c: ^
hash_utils.c: /usr/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
hash_utils.c: #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
hash_utils.c:                                                 ^
hash_utils.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
hash_utils.c: #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
hash_utils.c:                                                    ^
hash_utils.c: hash_utils.c:26:2: warning: 'SHA384_Final' is deprecated [-Wdeprecated-declarations]
hash_utils.c: ...
prng_utils.c: prng_utils.c:70:18: error: call to undeclared function 'FIPS_mode_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
prng_utils.c:                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:                                ^
prng_utils.c: 1 error generated.

Number of similar (implementation,compiler) pairs: 15, namely:
ImplementationCompiler
T:avx2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:avx2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:avx2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:avx2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:avx2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:portableclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:portableclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:portableclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:portableclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:portableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1))

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/avx2/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
rainbow.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/13/include/xmmintrin.h:1322,
rainbow.c:                  from /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h:31,
rainbow.c:                  from blas_avx2.h:6,
rainbow.c:                  from blas.h:21,
rainbow.c:                  from rainbow.h:7,
rainbow.c:                  from rainbow.c:4:
rainbow.c: In function '_mm_loadu_si128',
rainbow.c:     inlined from 'gf16v_split_sse' at blas_sse.h:141:17,
rainbow.c:     inlined from 'gf16v_generate_multab_sse' at blas_sse.h:198:2,
rainbow.c:     inlined from 'gf256v_generate_multab_sse' at blas_sse.h:436:2,
rainbow.c:     inlined from 'rainbow_sign' at rainbow.c:311:3:
rainbow.c: /usr/lib/gcc/x86_64-linux-gnu/13/include/emmintrin.h:706:10: warning: array subscript '__m128i_u[4]' is partly outside array bounds of 'uint8_t[68]' {aka 'unsigned char[68]'} [-Warray-bounds=]
rainbow.c:   706 |   return *__P;
rainbow.c:       |          ^~~~
rainbow.c: rainbow.c: In function 'rainbow_sign':
rainbow.c: rainbow.c:301:17: note: at offset 64 into object 'vinegar' of size 68
rainbow.c:   301 |         uint8_t vinegar[_V1] __attribute__((aligned(32)));
rainbow.c:       |                 ^~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/avx2/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/avx2/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/avx2/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/portable/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
rainbow.c: In file included from rainbow.h:7,
rainbow.c:                  from rainbow.c:4:
rainbow.c: In function 'gf256v_set_zero',
rainbow.c:     inlined from '_gf256mat_prod' at blas.h:288:2,
rainbow.c:     inlined from 'rainbow_secmap' at rainbow.c:99:2:
rainbow.c: blas.h:27:27: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
rainbow.c:    27 | #define gf256v_add        _gf256v_add_u64
rainbow.c:       |                           ^
rainbow.c: blas.h:72:59: note: in expansion of macro 'gf256v_add'
rainbow.c:    72 | void gf256v_set_zero( uint8_t * b, unsigned _num_byte ) { gf256v_add( b , b , _num_byte ); }
rainbow.c:       |                                                           ^~~~~~~~~~
rainbow.c: In file included from blas.h:22:
rainbow.c: blas_u64.h: In function 'rainbow_secmap':
rainbow.c: blas_u64.h:65:6: note: by argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} to '_gf256v_add_u64.constprop' declared here
rainbow.c:    65 | void _gf256v_add_u64( uint8_t * accu_c, const uint8_t * a , unsigned _num_byte ) {
rainbow.c:       |      ^~~~~~~~~~~~~~~
rainbow.c: rainbow.c:94:17: note: 'y' declared here
rainbow.c:    94 |         uint8_t y[_PUB_N_BYTE] ;
rainbow.c:       |                 ^
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/portable/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/portable/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/portable/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/ref/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/ref/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/ref/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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

Compiler output


hash_utils.c: hash_utils.c: In function '_sha2_str':
hash_utils.c: hash_utils.c:24:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    24 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: In file included from hash_utils.c:4:
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c:   120 | OSSL_DEPRECATEDIN_3_0 int SHA384_Init(SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~
hash_utils.c: hash_utils.c:25:9: warning: 'SHA384_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    25 |         SHA384_Update( &sha384 , m , mlen );
hash_utils.c:       |         ^~~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:121:27: note: declared here
hash_utils.c:   121 | OSSL_DEPRECATEDIN_3_0 int SHA384_Update(SHA512_CTX *c,
hash_utils.c:       |                           ^~~~~~~~~~~~~
hash_utils.c: hash_utils.c:26:9: warning: 'SHA384_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    26 |         SHA384_Final( digest , &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here
hash_utils.c:   123 | OSSL_DEPRECATEDIN_3_0 int SHA384_Final(unsigned char *md, SHA512_CTX *c);
hash_utils.c:       |                           ^~~~~~~~~~~~
hash_utils.c: hash_utils.c: In function 'sha2_file':
hash_utils.c: hash_utils.c:60:9: warning: 'SHA384_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
hash_utils.c:    60 |         SHA384_Init( &sha384 );
hash_utils.c:       |         ^~~~~~~~~~~
hash_utils.c: /usr/include/openssl/sha.h:120:27: note: declared here
hash_utils.c: ...
prng_utils.c: prng_utils.c: In function 'openssl_prng_bytes':
prng_utils.c: prng_utils.c:70:32: warning: implicit declaration of function 'FIPS_mode_set' [-Wimplicit-function-declaration]
prng_utils.c:    70 |                 fips_mode_on = FIPS_mode_set(1);
prng_utils.c:       |                                ^~~~~~~~~~~~~
try.c: /usr/bin/ld: libcrypto_sign_rainbow3c.a(prng_utils.o): in function `openssl_prng_bytes':
try.c: .../supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/timingleaks/crypto_sign/rainbow3c/ref/work/prng_utils.c:70:(.text+0x...): undefined reference to `FIPS_mode_set'
try.c: collect2: error: ld returned 1 exit status

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