[Page version: 20250927 20:45:55]
Measurements for ppc64, power9, crypto_sign Test results for ppc64, power9, crypto_sign Test results for crypto_sign/ecdonaldk571| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 77619681 | 3132 0 0 | 28355 692 2152 | T:opensslnew | gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 77634085 | 6008 0 0 | 33056 692 2152 | T:opensslnew | clang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 77635757 | 3004 0 0 | 33056 692 2152 | T:opensslnew | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 77641031 | 2996 0 0 | 27274 684 2152 | T:opensslnew | clang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 77641450 | 4520 0 0 | 32351 700 2160 | T:opensslnew | gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 77644575 | 2920 0 0 | 27658 684 2152 | T:opensslnew | clang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 77670836 | 4496 0 0 | 33971 700 2176 | T:opensslnew | gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 77707994 | 3004 0 0 | 31552 692 2152 | T:opensslnew | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 77960052 | 4104 0 0 | 30975 700 2160 | T:opensslnew | gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78009338 | 4092 0 0 | 30943 700 2160 | T:opensslnew | gcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78117472 | 3004 0 0 | 30944 692 2152 | T:opensslnew | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 78129155 | 2920 0 0 | 27658 684 2152 | T:opensslnew | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 78189178 | 4496 0 0 | 32351 700 2160 | T:opensslnew | gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78221158 | 4520 0 0 | 33699 700 2176 | T:opensslnew | gcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78221628 | 4092 0 0 | 30943 700 2160 | T:opensslnew | gcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78227086 | 4520 0 0 | 32351 700 2160 | T:opensslnew | gcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78408942 | 3132 0 0 | 28355 692 2152 | T:opensslnew | gcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78520316 | 2996 0 0 | 27274 684 2152 | T:opensslnew | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 78753727 | 4520 0 0 | 33699 700 2176 | T:opensslnew | gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 78794755 | 3004 0 0 | 30944 692 2152 | T:opensslnew | clang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 79420215 | 3128 0 0 | 28419 692 2152 | T:opensslnew | gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
signatureofshorthash.c: signatureofshorthash.c:54:24: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: len = BN_num_bytes(rs->r); if (len > PRIME_BYTES) goto rserror; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes' signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) signatureofshorthash.c: ^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:55:15: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: BN_bn2bin(rs->r,sm + PRIME_BYTES - len); sm += PRIME_BYTES; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:57:24: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: len = BN_num_bytes(rs->s); if (len > PRIME_BYTES) goto rserror; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes' signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) signatureofshorthash.c: ^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:58:15: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: ...
| Implementation | Compiler |
| T:openssl | clang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:openssl | clang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:openssl | clang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:openssl | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:openssl | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:openssl | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:openssl | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
| T:openssl | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
signatureofshorthash.c: signatureofshorthash.c:54:24: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: len = BN_num_bytes(rs->r); if (len > PRIME_BYTES) goto rserror; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes' signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) signatureofshorthash.c: ^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:55:15: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: BN_bn2bin(rs->r,sm + PRIME_BYTES - len); sm += PRIME_BYTES; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:57:24: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: len = BN_num_bytes(rs->s); if (len > PRIME_BYTES) goto rserror; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes' signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) signatureofshorthash.c: ^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:58:15: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: ... signatureofshorthash.c: signatureofshorthash.c:54:24: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: len = BN_num_bytes(rs->r); if (len > PRIME_BYTES) goto rserror; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes' signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) signatureofshorthash.c: ^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:55:15: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: BN_bn2bin(rs->r,sm + PRIME_BYTES - len); sm += PRIME_BYTES; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:57:24: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: len = BN_num_bytes(rs->s); if (len > PRIME_BYTES) goto rserror; signatureofshorthash.c: ~~^ signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes' signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8) signatureofshorthash.c: ^ signatureofshorthash.c: /usr/include/openssl/ec.h:1125:16: note: forward declaration of 'struct ECDSA_SIG_st' signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG; signatureofshorthash.c: ^ signatureofshorthash.c: signatureofshorthash.c:58:15: error: incomplete definition of type 'struct ECDSA_SIG_st' signatureofshorthash.c: ...
| Implementation | Compiler |
| T:openssl | clang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0) |
signatureofshorthash.c: In file included from /usr/include/openssl/asn1.h:23,
signatureofshorthash.c: from /usr/include/openssl/objects.h:15,
signatureofshorthash.c: from signatureofshorthash.c:2:
signatureofshorthash.c: signatureofshorthash.c: In function 'crypto_sign_ecdonaldk571_openssl_timingleaks_signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:54:24: error: invalid use of incomplete typedef 'ECDSA_SIG' {aka 'struct ECDSA_SIG_st'}
signatureofshorthash.c: 54 | len = BN_num_bytes(rs->r); if (len > PRIME_BYTES) goto rserror;
signatureofshorthash.c: | ^~
signatureofshorthash.c: signatureofshorthash.c:55:15: error: invalid use of incomplete typedef 'ECDSA_SIG' {aka 'struct ECDSA_SIG_st'}
signatureofshorthash.c: 55 | BN_bn2bin(rs->r,sm + PRIME_BYTES - len); sm += PRIME_BYTES;
signatureofshorthash.c: | ^~
signatureofshorthash.c: In file included from /usr/include/openssl/asn1.h:23,
signatureofshorthash.c: from /usr/include/openssl/objects.h:15,
signatureofshorthash.c: from signatureofshorthash.c:2:
signatureofshorthash.c: signatureofshorthash.c:57:24: error: invalid use of incomplete typedef 'ECDSA_SIG' {aka 'struct ECDSA_SIG_st'}
signatureofshorthash.c: 57 | len = BN_num_bytes(rs->s); if (len > PRIME_BYTES) goto rserror;
signatureofshorthash.c: | ^~
signatureofshorthash.c: signatureofshorthash.c:58:15: error: invalid use of incomplete typedef 'ECDSA_SIG' {aka 'struct ECDSA_SIG_st'}
signatureofshorthash.c: 58 | BN_bn2bin(rs->s,sm + PRIME_BYTES - len);
signatureofshorthash.c: | ^~| Implementation | Compiler |
| T:openssl | gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE |
| T:openssl | gcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |
| T:openssl | gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0) |