[Page version: 20241024 06:46:09]
Measurements for aarch64, pi4b, crypto_aead Test results for aarch64, pi4b, crypto_aead Test results for crypto_aead/drygascon128k32Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
356578 | 4073 0 0 | 18534 848 856 | T:le32 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
360101 | 13701 392 32 | 28694 1232 888 | T:opt_arm_cortex-m | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
373158 | 10191 0 0 | 23831 832 864 | T:le32 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
385390 | 17160 392 32 | 31359 1224 904 | T:opt_arm_cortex-m | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
395516 | 9140 392 32 | 22415 1216 880 | T:opt_arm_cortex-m | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
400668 | 7845 392 32 | 19999 1200 872 | T:opt_arm_cortex-m | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
400985 | 8880 392 32 | 22047 1216 880 | T:opt_arm_cortex-m | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
772410 | 4821 0 0 | 19302 848 856 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
816378 | 4335 0 0 | 16935 832 848 | T:le32 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
824257 | 4731 0 0 | 17503 832 848 | T:le32 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
1191200 | 7253 0 0 | 20895 832 864 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
1524451 | 3542 0 0 | 19299 816 840 | T:le32 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
3758480 | 3765 0 0 | 16383 832 848 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
3777023 | 3222 0 0 | 14871 816 840 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
4159611 | 4125 0 0 | 16895 832 848 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240821 | 20240808 |
drygascon.c: drygascon.c: In function 'drygascon128_aead_encrypt_core': drygascon.c: drygascon.c:185:13: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized] drygascon.c: 185 | if(!drysponge128_safe_alignement(&state)){ drygascon.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drygascon.c: In file included from drygascon.c:24: drygascon.c: internal-drysponge.h:349:5: note: by argument 1 of type 'const drysponge128_state_t *' to 'drysponge128_safe_alignement' declared here drygascon.c: 349 | int drysponge128_safe_alignement(const drysponge128_state_t*state); drygascon.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drygascon.c: drygascon.c:181:26: note: 'state' declared here drygascon.c: 181 | drysponge128_state_t state; drygascon.c: | ^~~~~ drygascon.c: drygascon.c: In function 'drygascon128_aead_decrypt_core': drygascon.c: drygascon.c:262:9: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized] drygascon.c: 262 | if(!drysponge128_safe_alignement(&state)){ drygascon.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drygascon.c: In file included from drygascon.c:24: drygascon.c: internal-drysponge.h:349:5: note: by argument 1 of type 'const drysponge128_state_t *' to 'drysponge128_safe_alignement' declared here drygascon.c: 349 | int drysponge128_safe_alignement(const drysponge128_state_t*state); drygascon.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drygascon.c: drygascon.c:257:26: note: 'state' declared here drygascon.c: 257 | drysponge128_state_t state; drygascon.c: | ^~~~~
Implementation | Compiler |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
aead-common.o aead_check_tag T aead-common.o aead_check_tag_precheck T drygascon.o drygascon128_aead_decrypt_core T drygascon.o drygascon128_aead_encrypt_core T drygascon.o drygascon128_cipher D drygascon.o drygascon128_hash T drygascon.o drygascon128_hash_algorithm D drygascon.o drygascon128k16_aead_decrypt T drygascon.o drygascon128k16_aead_encrypt T drygascon.o drygascon128k16_cipher D drygascon.o drygascon128k16_expected D drygascon.o drygascon128k32_aead_decrypt T drygascon.o drygascon128k32_aead_encrypt T drygascon.o drygascon128k32_cipher D drygascon.o drygascon128k32_expected D drygascon.o drygascon128k56_aead_decrypt T drygascon.o drygascon128k56_aead_encrypt T drygascon.o drygascon128k56_cipher D drygascon.o drygascon128k56_expected D drygascon.o drygascon256_aead_decrypt T drygascon.o drygascon256_aead_encrypt T drygascon.o drygascon256_cipher D drygascon.o drygascon256_expected B drygascon.o drygascon256_hash T drygascon.o drygascon256_hash_algorithm D internal-drysponge.o drygascon128_f_impl T internal-drysponge.o drygascon128_f_wrap T internal-drysponge.o drysponge128_g T internal-drysponge.o drysponge128_g_core T internal-drysponge.o drysponge128_safe_alignement T internal-drysponge.o drysponge128_setup T internal-drysponge.o drysponge256_f_absorb T internal-drysponge.o drysponge256_g T internal-drysponge.o drysponge256_g_core T internal-drysponge.o drysponge256_setup T internal-drysponge.o gascon128_core_round T internal-drysponge.o gascon256_core_round T
Implementation | Compiler |
T:opt_arm_cortex-m | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:opt_arm_cortex-m | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |