[Page version: 20241023 11:42:22]
Measurements for amd64, hydra7, crypto_sign Test results for amd64, hydra7, crypto_sign Test results for crypto_sign/rainbow6ahash_utils.c: hash_utils.c:29:2: warning: 'SHA512_Init' is deprecated [-Wdeprecated-declarations] hash_utils.c: SHA512_Init( &sha512 ); hash_utils.c: ^ hash_utils.c: /usr/include/openssl/sha.h:123:1: note: 'SHA512_Init' has been explicitly marked deprecated here hash_utils.c: OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); hash_utils.c: ^ hash_utils.c: /usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' hash_utils.c: # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) hash_utils.c: ^ hash_utils.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' hash_utils.c: # define OSSL_DEPRECATED(since) __attribute__((deprecated)) hash_utils.c: ^ hash_utils.c: hash_utils.c:30:2: warning: 'SHA512_Update' is deprecated [-Wdeprecated-declarations] hash_utils.c: SHA512_Update( &sha512 , m , mlen ); hash_utils.c: ^ hash_utils.c: /usr/include/openssl/sha.h:124:1: note: 'SHA512_Update' has been explicitly marked deprecated here hash_utils.c: OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, hash_utils.c: ^ hash_utils.c: /usr/include/openssl/macros.h:182:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0' hash_utils.c: # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0) hash_utils.c: ^ hash_utils.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED' hash_utils.c: # define OSSL_DEPRECATED(since) __attribute__((deprecated)) hash_utils.c: ^ hash_utils.c: hash_utils.c:31:2: warning: 'SHA512_Final' is deprecated [-Wdeprecated-declarations] hash_utils.c: ...
Implementation | Compiler |
T:avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:avx2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
hash_utils.c: hash_utils.c: In function '_sha2_str': hash_utils.c: hash_utils.c:29:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] hash_utils.c: 29 | SHA512_Init( &sha512 ); hash_utils.c: | ^~~~~~~~~~~ hash_utils.c: In file included from hash_utils.c:4: hash_utils.c: /usr/include/openssl/sha.h:123:27: note: declared here hash_utils.c: 123 | OSSL_DEPRECATEDIN_3_0 int SHA512_Init(SHA512_CTX *c); hash_utils.c: | ^~~~~~~~~~~ hash_utils.c: hash_utils.c:30:9: warning: 'SHA512_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] hash_utils.c: 30 | SHA512_Update( &sha512 , m , mlen ); hash_utils.c: | ^~~~~~~~~~~~~ hash_utils.c: In file included from hash_utils.c:4: hash_utils.c: /usr/include/openssl/sha.h:124:27: note: declared here hash_utils.c: 124 | OSSL_DEPRECATEDIN_3_0 int SHA512_Update(SHA512_CTX *c, hash_utils.c: | ^~~~~~~~~~~~~ hash_utils.c: hash_utils.c:31:9: warning: 'SHA512_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] hash_utils.c: 31 | SHA512_Final( digest , &sha512 ); hash_utils.c: | ^~~~~~~~~~~~ hash_utils.c: In file included from hash_utils.c:4: hash_utils.c: /usr/include/openssl/sha.h:126:27: note: declared here hash_utils.c: 126 | OSSL_DEPRECATEDIN_3_0 int SHA512_Final(unsigned char *md, SHA512_CTX *c); hash_utils.c: | ^~~~~~~~~~~~ hash_utils.c: hash_utils.c: In function 'sha2_file': hash_utils.c: hash_utils.c:65:9: warning: 'SHA512_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] hash_utils.c: 65 | SHA512_Init( &sha512 ); hash_utils.c: ...
Implementation | Compiler |
T:avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |