[Page version: 20250927 20:45:55]
Measurements for ppc64, power9, crypto_sign Test results for ppc64, power9, crypto_sign Test results for crypto_sign/ecdonaldp256| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 661732 | 3004 0 0 | 31550 692 2152 | T:opensslnew | clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 661765 | 2944 0 0 | 27784 684 2152 | T:opensslnew | clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 662012 | 4180 0 0 | 31121 700 2160 | T:opensslnew | gcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 662218 | 3016 0 0 | 27336 684 2152 | T:opensslnew | clang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 662615 | 4664 0 0 | 32557 700 2160 | T:opensslnew | gcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 662723 | 6072 0 0 | 33182 692 2152 | T:opensslnew | clang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 671973 | 3016 0 0 | 27336 684 2152 | T:opensslnew | clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 676369 | 4664 0 0 | 33937 700 2176 | T:opensslnew | gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 676966 | 4676 0 0 | 32645 700 2160 | T:opensslnew | gcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 677932 | 4664 0 0 | 32557 700 2160 | T:opensslnew | gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 680241 | 3036 0 0 | 31070 692 2152 | T:opensslnew | clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 680579 | 3128 0 0 | 28481 692 2152 | T:opensslnew | gcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 680600 | 4128 0 0 | 31057 700 2160 | T:opensslnew | gcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 684930 | 4676 0 0 | 34233 700 2176 | T:opensslnew | gcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 692013 | 2944 0 0 | 27784 684 2152 | T:opensslnew | clang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 694974 | 4128 0 0 | 31057 700 2160 | T:opensslnew | gcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 696508 | 4664 0 0 | 33937 700 2176 | T:opensslnew | gcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 699431 | 3036 0 0 | 33182 692 2152 | T:opensslnew | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE | 20210422 | 20210326 |
| 701474 | 3132 0 0 | 28417 692 2152 | T:opensslnew | gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 702310 | 3132 0 0 | 28417 692 2152 | T:opensslnew | gcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE | 20210422 | 20210326 |
| 712696 | 3036 0 0 | 31070 692 2152 | T:opensslnew | clang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -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_ecdonaldp256_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) |