Implementation notes: amd64, hydra7, crypto_sign/ecdonaldb233

Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_sign
Primitive: ecdonaldb233

Compiler output


keypair.c: keypair.c: In function 'crypto_sign_ecdonaldb233_openssl_timingleaks_keypair':
keypair.c: keypair.c:20:3: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    20 |   k = EC_KEY_new(); if (!k) { BN_free(ky); BN_free(kx); return -1; }
keypair.c:       |   ^
keypair.c: In file included from /usr/include/openssl/ecdsa.h:10,
keypair.c:                  from keypair.c:3:
keypair.c: /usr/include/openssl/ec.h:968:31: note: declared here
keypair.c:   968 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
keypair.c:       |                               ^~~~~~~~~~
keypair.c: keypair.c:25:3: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    25 |   if (!EC_KEY_set_group(k,group)) goto error;
keypair.c:       |   ^~
keypair.c: In file included from /usr/include/openssl/ecdsa.h:10,
keypair.c:                  from keypair.c:3:
keypair.c: /usr/include/openssl/ec.h:1042:27: note: declared here
keypair.c:  1042 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
keypair.c:       |                           ^~~~~~~~~~~~~~~~
keypair.c: keypair.c:26:3: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    26 |   if (!EC_KEY_generate_key(k)) goto error;
keypair.c:       |   ^~
keypair.c: In file included from /usr/include/openssl/ecdsa.h:10,
keypair.c:                  from keypair.c:3:
keypair.c: /usr/include/openssl/ec.h:1101:27: note: declared here
keypair.c:  1101 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
keypair.c:       |                           ^~~~~~~~~~~~~~~~~~~
keypair.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:opensslgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:opensslgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:opensslgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:opensslgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


keypair.c: keypair.c: In function 'crypto_sign_ecdonaldb233_opensslnew_timingleaks_keypair':
keypair.c: keypair.c:23:3: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    23 |   k = EC_KEY_new();
keypair.c:       |   ^
keypair.c: In file included from /usr/include/openssl/ecdsa.h:10,
keypair.c:                  from keypair.c:3:
keypair.c: /usr/include/openssl/ec.h:968:31: note: declared here
keypair.c:   968 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
keypair.c:       |                               ^~~~~~~~~~
keypair.c: keypair.c:28:3: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    28 |   if (!EC_KEY_set_group(k,group)) goto error;
keypair.c:       |   ^~
keypair.c: In file included from /usr/include/openssl/ecdsa.h:10,
keypair.c:                  from keypair.c:3:
keypair.c: /usr/include/openssl/ec.h:1042:27: note: declared here
keypair.c:  1042 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
keypair.c:       |                           ^~~~~~~~~~~~~~~~
keypair.c: keypair.c:29:3: warning: 'EC_KEY_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c:    29 |   if (!EC_KEY_generate_key(k)) goto error;
keypair.c:       |   ^~
keypair.c: In file included from /usr/include/openssl/ecdsa.h:10,
keypair.c:                  from keypair.c:3:
keypair.c: /usr/include/openssl/ec.h:1101:27: note: declared here
keypair.c:  1101 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
keypair.c:       |                           ^~~~~~~~~~~~~~~~~~~
keypair.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:opensslnewgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:opensslnewgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:opensslnewgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
T:opensslnewgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)