[Page version: 20241105 13:30:20]
Measurements for amd64, h3neo, crypto_aead Test results for amd64, h3neo, crypto_aead Test results for crypto_aead/oribatida256v11Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
35855517 | 11771 0 0 | 28981 820 1088 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
85083826 | 8656 0 0 | 25267 860 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
85439807 | 7808 0 0 | 23795 860 1024 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
87264276 | 7584 0 0 | 22635 860 1024 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
92983205 | 6181 0 0 | 20267 860 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
182471911 | 6051 0 0 | 21957 820 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
187293517 | 4514 0 0 | 17981 852 1024 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
206012291 | 4658 0 0 | 18448 796 1056 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
215255862 | 5520 0 0 | 20564 812 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
encrypt.c: encrypt.c: In function 'crypto_aead_oribatida256v11_ref_timingleaks_encrypt': encrypt.c: encrypt.c:390:31: warning: 'mask[7]' may be used uninitialized [-Wmaybe-uninitialized] encrypt.c: 390 | mask[mask_size - 1] = mask[mask_size - 1] ^ constant[0]; encrypt.c: | ~~~~^~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'crypto_aead_oribatida256v11_ref_timingleaks_decrypt': encrypt.c: encrypt.c:489:31: warning: 'mask[7]' may be used uninitialized [-Wmaybe-uninitialized] encrypt.c: 489 | mask[mask_size - 1] = mask[mask_size - 1] ^ constant[0]; encrypt.c: | ~~~~^~~~~~~~~~~~~~~
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -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) |
encrypt.c: encrypt.c: In function 'crypto_aead_oribatida256v11_ref_timingleaks_encrypt': encrypt.c: encrypt.c:390:31: warning: 'mask[7]' may be used uninitialized [-Wmaybe-uninitialized] encrypt.c: 390 | mask[mask_size - 1] = mask[mask_size - 1] ^ constant[0]; encrypt.c: | ~~~~^~~~~~~~~~~~~~~ encrypt.c: encrypt.c: In function 'crypto_aead_oribatida256v11_ref_timingleaks_decrypt': encrypt.c: encrypt.c:489:31: warning: 'mask[7]' may be used uninitialized [-Wmaybe-uninitialized] encrypt.c: 489 | mask[mask_size - 1] = mask[mask_size - 1] ^ constant[0]; encrypt.c: | ~~~~^~~~~~~~~~~~~~~ encrypt.c: encrypt.c:489:31: warning: 'mask[7]' may be used uninitialized [-Wmaybe-uninitialized]
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |