Test results for amd64, phoenix, crypto_sign/ecdonaldp256
[Page version: 20260401 08:39:19]
Measurements for amd64, phoenix, crypto_sign
Test results for amd64, phoenix, crypto_sign
Test results for crypto_sign/ecdonaldp256
Computer: phoenix
Microarchitecture: amd64; Zen 4 (a70f41)
Architecture: amd64
CPU ID: AuthenticAMD-00a70f41-178bfbff
SUPERCOP version: 20260330
Operation: crypto_sign
Primitive: ecdonaldp256
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 329714 | 2462 0 0 | 35248 1440 2408 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 330252 | 2849 0 0 | 37504 1448 2504 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 330592 | 3301 0 0 | 37512 1448 2440 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 333039 | 2694 0 0 | 39410 1472 2344 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 333061 | 2625 0 0 | 37148 1464 2408 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 335878 | 2638 0 0 | 42722 1472 2408 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 342235 | 2638 0 0 | 42658 1472 2408 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 344480 | 2563 0 0 | 36354 1472 2344 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
| 355278 | 2849 0 0 | 42048 1448 2504 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260331 | 20260330 |
Compiler output
keypair.c: keypair.c:20:7: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations]
keypair.c: 20 | k = EC_KEY_new(); if (!k) { BN_free(ky); BN_free(kx); return -1; }
keypair.c: | ^
keypair.c: /usr/include/openssl/ec.h:979:1: note: 'EC_KEY_new' has been explicitly marked deprecated here
keypair.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c: | ^
keypair.c: keypair.c:25:8: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations]
keypair.c: 25 | if (!EC_KEY_set_group(k,group)) goto error;
keypair.c: | ^
keypair.c: /usr/include/openssl/ec.h:1053:1: note: 'EC_KEY_set_group' has been explicitly marked deprecated here
keypair.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c: | ^
keypair.c: keypair.c:26:8: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c: ...
signatureofshorthash.c: signatureofshorthash.c:35:7: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: 35 | k = EC_KEY_new(); if (!k) { EC_POINT_free(kxy); BN_free(ky); BN_free(kx); return -1; }
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/ec.h:979:1: note: 'EC_KEY_new' has been explicitly marked deprecated here
signatureofshorthash.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signatureofshorthash.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
signatureofshorthash.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
signatureofshorthash.c: | ^
signatureofshorthash.c: signatureofshorthash.c:37:8: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: 37 | if (!EC_KEY_set_group(k,group)) goto error;
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/ec.h:1053:1: note: 'EC_KEY_set_group' has been explicitly marked deprecated here
signatureofshorthash.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signatureofshorthash.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
signatureofshorthash.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
signatureofshorthash.c: | ^
signatureofshorthash.c: signatureofshorthash.c:40:8: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:openssl | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:openssl | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:openssl | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:openssl | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:openssl | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
Compiler output
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldp256_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:979:31: note: declared here
keypair.c: 979 | 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: /usr/include/openssl/ec.h:1053:27: note: declared here
keypair.c: 1053 | 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: /usr/include/openssl/ec.h:1112:27: note: declared here
keypair.c: 1112 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
keypair.c: | ^~~~~~~~~~~~~~~~~~~
keypair.c: keypair.c:28:3: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c: 28 | len = BN_num_bytes(EC_KEY_get0_private_key(k)); if (len > PRIME_BYTES) goto error;
keypair.c: | ^~~
keypair.c: /usr/include/openssl/ec.h:1059:37: note: declared here
keypair.c: ...
signatureofshorthash.c: signatureofshorthash.c: In function 'crypto_sign_ecdonaldp256_openssl_timingleaks_signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:35:3: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signatureofshorthash.c: 35 | k = EC_KEY_new(); if (!k) { EC_POINT_free(kxy); BN_free(ky); BN_free(kx); return -1; }
signatureofshorthash.c: | ^
signatureofshorthash.c: In file included from /usr/include/openssl/ecdsa.h:10,
signatureofshorthash.c: from signatureofshorthash.c:3:
signatureofshorthash.c: /usr/include/openssl/ec.h:979:31: note: declared here
signatureofshorthash.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
signatureofshorthash.c: | ^~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c:37:3: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signatureofshorthash.c: 37 | if (!EC_KEY_set_group(k,group)) goto error;
signatureofshorthash.c: | ^~
signatureofshorthash.c: /usr/include/openssl/ec.h:1053:27: note: declared here
signatureofshorthash.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
signatureofshorthash.c: | ^~~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c:39:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
signatureofshorthash.c: 39 | if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: | ^~
signatureofshorthash.c: signatureofshorthash.c:39:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
signatureofshorthash.c: 39 | if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: | ^~
signatureofshorthash.c: signatureofshorthash.c:40:3: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signatureofshorthash.c: 40 | if (!EC_KEY_set_private_key(k,kx)) goto error;
signatureofshorthash.c: | ^~
signatureofshorthash.c: /usr/include/openssl/ec.h:1067:27: note: declared here
signatureofshorthash.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:openssl | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
keypair.c: keypair.c:23:7: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations]
keypair.c: 23 | k = EC_KEY_new();
keypair.c: | ^
keypair.c: /usr/include/openssl/ec.h:979:1: note: 'EC_KEY_new' has been explicitly marked deprecated here
keypair.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c: | ^
keypair.c: keypair.c:28:8: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations]
keypair.c: 28 | if (!EC_KEY_set_group(k,group)) goto error;
keypair.c: | ^
keypair.c: /usr/include/openssl/ec.h:1053:1: note: 'EC_KEY_set_group' has been explicitly marked deprecated here
keypair.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c: | ^
keypair.c: keypair.c:29:8: warning: 'EC_KEY_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c: ...
signatureofshorthash.c: signatureofshorthash.c:37:7: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: 37 | k = EC_KEY_new(); if (!k) goto error;
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/ec.h:979:1: note: 'EC_KEY_new' has been explicitly marked deprecated here
signatureofshorthash.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signatureofshorthash.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
signatureofshorthash.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
signatureofshorthash.c: | ^
signatureofshorthash.c: signatureofshorthash.c:39:8: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: 39 | if (!EC_KEY_set_group(k,group)) goto error;
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/ec.h:1053:1: note: 'EC_KEY_set_group' has been explicitly marked deprecated here
signatureofshorthash.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signatureofshorthash.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
signatureofshorthash.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
signatureofshorthash.c: | ^
signatureofshorthash.c: signatureofshorthash.c:42:8: warning: 'EC_KEY_set_private_key' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: ...
verification.c: verification.c:36:7: warning: 'EC_KEY_new' is deprecated [-Wdeprecated-declarations]
verification.c: 36 | k = EC_KEY_new(); if (!k) goto error;
verification.c: | ^
verification.c: /usr/include/openssl/ec.h:979:1: note: 'EC_KEY_new' has been explicitly marked deprecated here
verification.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
verification.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
verification.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
verification.c: | ^
verification.c: verification.c:38:8: warning: 'EC_KEY_set_group' is deprecated [-Wdeprecated-declarations]
verification.c: 38 | if (!EC_KEY_set_group(k,group)) goto error;
verification.c: | ^
verification.c: /usr/include/openssl/ec.h:1053:1: note: 'EC_KEY_set_group' has been explicitly marked deprecated here
verification.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:216:31: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
verification.c: 216 | #define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:61:47: note: expanded from macro 'OSSL_DEPRECATED'
verification.c: 61 | #define OSSL_DEPRECATED(since) __attribute__((deprecated))
verification.c: | ^
verification.c: verification.c:42:8: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated [-Wdeprecated-declarations]
verification.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
Compiler output
keypair.c: keypair.c: In function 'crypto_sign_ecdonaldp256_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:979:31: note: declared here
keypair.c: 979 | 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: /usr/include/openssl/ec.h:1053:27: note: declared here
keypair.c: 1053 | 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: /usr/include/openssl/ec.h:1112:27: note: declared here
keypair.c: 1112 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_generate_key(EC_KEY *key);
keypair.c: | ^~~~~~~~~~~~~~~~~~~
keypair.c: keypair.c:31:3: warning: 'EC_KEY_get0_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c: 31 | len = BN_num_bytes(EC_KEY_get0_private_key(k));
keypair.c: | ^~~
keypair.c: /usr/include/openssl/ec.h:1059:37: note: declared here
keypair.c: ...
signatureofshorthash.c: signatureofshorthash.c: In function 'crypto_sign_ecdonaldp256_opensslnew_timingleaks_signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:37:3: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signatureofshorthash.c: 37 | k = EC_KEY_new(); if (!k) goto error;
signatureofshorthash.c: | ^
signatureofshorthash.c: In file included from /usr/include/openssl/ecdsa.h:10,
signatureofshorthash.c: from signatureofshorthash.c:3:
signatureofshorthash.c: /usr/include/openssl/ec.h:979:31: note: declared here
signatureofshorthash.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
signatureofshorthash.c: | ^~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c:39:3: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signatureofshorthash.c: 39 | if (!EC_KEY_set_group(k,group)) goto error;
signatureofshorthash.c: | ^~
signatureofshorthash.c: /usr/include/openssl/ec.h:1053:27: note: declared here
signatureofshorthash.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
signatureofshorthash.c: | ^~~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c:41:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
signatureofshorthash.c: 41 | if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: | ^~
signatureofshorthash.c: signatureofshorthash.c:41:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
signatureofshorthash.c: 41 | if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: | ^~
signatureofshorthash.c: signatureofshorthash.c:42:3: warning: 'EC_KEY_set_private_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signatureofshorthash.c: 42 | if (!EC_KEY_set_private_key(k,kx)) goto error;
signatureofshorthash.c: | ^~
signatureofshorthash.c: /usr/include/openssl/ec.h:1067:27: note: declared here
signatureofshorthash.c: ...
usehash.c: usehash.c: In function 'crypto_sign_ecdonaldp256_opensslnew_timingleaks':
usehash.c: <command-line>: warning: 'crypto_sign_ecdonaldp256_opensslnew_timingleaks_signatureofshorthash' reading 64 bytes from a region of size 32 [-Wstringop-overread]
usehash.c: short.h:6:30: note: in expansion of macro 'CRYPTO_NAMESPACE'
usehash.c: 6 | #define signatureofshorthash CRYPTO_NAMESPACE(signatureofshorthash)
usehash.c: | ^~~~~~~~~~~~~~~~
usehash.c: usehash.c:20:7: note: in expansion of macro 'signatureofshorthash'
usehash.c: 20 | i = signatureofshorthash(sm,smlen,h,32,sk,SECRETKEY_BYTES);
usehash.c: | ^~~~~~~~~~~~~~~~~~~~
usehash.c: <command-line>: note: referencing argument 3 of type 'const unsigned char[64]'
usehash.c: short.h:6:30: note: in expansion of macro 'CRYPTO_NAMESPACE'
usehash.c: 6 | #define signatureofshorthash CRYPTO_NAMESPACE(signatureofshorthash)
usehash.c: | ^~~~~~~~~~~~~~~~
usehash.c: usehash.c:20:7: note: in expansion of macro 'signatureofshorthash'
usehash.c: 20 | i = signatureofshorthash(sm,smlen,h,32,sk,SECRETKEY_BYTES);
usehash.c: | ^~~~~~~~~~~~~~~~~~~~
usehash.c: <command-line>: note: referencing argument 5 of type 'const unsigned char[96]'
usehash.c: short.h:6:30: note: in expansion of macro 'CRYPTO_NAMESPACE'
usehash.c: 6 | #define signatureofshorthash CRYPTO_NAMESPACE(signatureofshorthash)
usehash.c: | ^~~~~~~~~~~~~~~~
usehash.c: usehash.c:20:7: note: in expansion of macro 'signatureofshorthash'
usehash.c: 20 | i = signatureofshorthash(sm,smlen,h,32,sk,SECRETKEY_BYTES);
usehash.c: | ^~~~~~~~~~~~~~~~~~~~
usehash.c: <command-line>: note: in a call to function 'crypto_sign_ecdonaldp256_opensslnew_timingleaks_signatureofshorthash'
usehash.c: short.h:6:30: note: in expansion of macro 'CRYPTO_NAMESPACE'
usehash.c: 6 | #define signatureofshorthash CRYPTO_NAMESPACE(signatureofshorthash)
usehash.c: ...
verification.c: verification.c: In function 'crypto_sign_ecdonaldp256_opensslnew_timingleaks_verification':
verification.c: verification.c:36:3: warning: 'EC_KEY_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
verification.c: 36 | k = EC_KEY_new(); if (!k) goto error;
verification.c: | ^
verification.c: In file included from /usr/include/openssl/ecdsa.h:10,
verification.c: from verification.c:2:
verification.c: /usr/include/openssl/ec.h:979:31: note: declared here
verification.c: 979 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new(void);
verification.c: | ^~~~~~~~~~
verification.c: verification.c:38:3: warning: 'EC_KEY_set_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
verification.c: 38 | if (!EC_KEY_set_group(k,group)) goto error;
verification.c: | ^~
verification.c: /usr/include/openssl/ec.h:1053:27: note: declared here
verification.c: 1053 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group);
verification.c: | ^~~~~~~~~~~~~~~~
verification.c: verification.c:39:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
verification.c: 39 | if (!BN_bin2bn(pk,PRIME_BYTES,kx)) goto error; pk += PRIME_BYTES;
verification.c: | ^~
verification.c: verification.c:39:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
verification.c: 39 | if (!BN_bin2bn(pk,PRIME_BYTES,kx)) goto error; pk += PRIME_BYTES;
verification.c: | ^~
verification.c: verification.c:42:3: warning: 'EC_POINT_set_affine_coordinates_GFp' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
verification.c: 42 | if (!EC_POINT_set_affine_coordinates_GFp(group,kxy,kx,ky,0)) goto error;
verification.c: | ^~
verification.c: /usr/include/openssl/ec.h:663:27: note: declared here
verification.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |