[Page version: 20240908 09:13:06]
Measurements for aarch64, pi3aplus, crypto_dh Test results for aarch64, pi3aplus, crypto_dh Test results for crypto_dh/clausTime | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
21556138 | 1228 0 0 | 18396 952 1552 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
21557175 | 1328 0 0 | 19332 968 1568 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
21575293 | 1528 0 0 | 19660 968 1568 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
21587088 | 992 0 0 | 21189 904 1568 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
22083576 | 1328 0 0 | 20628 968 1584 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
23897737 | 1851 16 0 | 200339 1080 1584 | T:gmp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
23940139 | 1829 16 0 | 198189 1064 1552 | T:gmp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
23969647 | 1843 16 0 | 199043 1080 1568 | T:gmp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
24004239 | 1761 16 0 | 199093 1080 1568 | T:gmp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
24150066 | 2678 336 2 | 395847 2640 3072 | T:ntl | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
24207773 | 3571 336 2 | 396812 2632 3104 | T:ntl | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
24568848 | 3599 336 2 | 396844 2632 3104 | T:ntl | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
24681908 | 3659 336 2 | 398124 2632 3120 | T:ntl | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240823 | 20240808 |
keypair.cpp: keypair.cpp:1:10: fatal error: cryptopp/dh.h: No such file or directory keypair.cpp: #include <cryptopp/dh.h> keypair.cpp: ^~~~~~~~~~~~~~~ keypair.cpp: compilation terminated.
Implementation | Compiler |
T:cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
keypair.c: keypair.c:25:5: error: incomplete definition of type 'struct dh_st' keypair.c: dh->p = BN_new(); if (!dh->p) goto error; keypair.c: ~~^ keypair.c: /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' keypair.c: typedef struct dh_st DH; keypair.c: ^ keypair.c: keypair.c:25:28: error: incomplete definition of type 'struct dh_st' keypair.c: dh->p = BN_new(); if (!dh->p) goto error; keypair.c: ~~^ keypair.c: /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' keypair.c: typedef struct dh_st DH; keypair.c: ^ keypair.c: keypair.c:26:5: error: incomplete definition of type 'struct dh_st' keypair.c: dh->g = BN_new(); if (!dh->g) goto error; keypair.c: ~~^ keypair.c: /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' keypair.c: typedef struct dh_st DH; keypair.c: ^ keypair.c: keypair.c:26:28: error: incomplete definition of type 'struct dh_st' keypair.c: dh->g = BN_new(); if (!dh->g) goto error; keypair.c: ~~^ keypair.c: /usr/include/openssl/ossl_typ.h:104:16: note: forward declaration of 'struct dh_st' keypair.c: typedef struct dh_st DH; keypair.c: ^ keypair.c: keypair.c:28:39: error: incomplete definition of type 'struct dh_st' keypair.c: ...
Implementation | Compiler |
T:openssl | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
keypair.c: keypair.c: In function 'crypto_dh_claus_openssl_timingleaks_keypair': keypair.c: keypair.c:25:5: error: dereferencing pointer to incomplete type 'DH' {aka 'struct dh_st'} keypair.c: dh->p = BN_new(); if (!dh->p) goto error; keypair.c: ^~
Implementation | Compiler |
T:openssl | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |