[Page version: 20240912 08:46:28]
Measurements for amd64, h8bobcat, crypto_aead Test results for amd64, h8bobcat, crypto_aead Test results for crypto_aead/oribatida256v11Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
76882308 | 11793 0 0 | 28270 792 928 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
194515740 | 6181 0 0 | 19828 832 856 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
199029822 | 8656 0 0 | 24812 832 856 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
200876603 | 7808 0 0 | 23580 832 856 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
201554019 | 7584 0 0 | 22212 832 856 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
414951730 | 4515 0 0 | 17526 824 856 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
557980638 | 4658 0 0 | 17961 768 896 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
667942606 | 5866 0 0 | 20878 792 928 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240705 | 20240625 |
739466581 | 5526 0 0 | 20061 784 928 | 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) |