| Time | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|
| 9720 | cryptopp | g++ -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 12150 | cryptopp | g++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 15200 | cryptopp | clang++ -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | 20160801 | 20160731 |
| 15200 | cryptopp | g++ -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| 15200 | cryptopp | g++ -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | 20160801 | 20160731 |
| Compiler | Implementations |
| clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments | e/submissions/sosemanuk |
| Compiler | Implementations |
| gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv | e/submissions/sosemanuk |
| gcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv | e/submissions/sosemanuk |
| gcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv | e/submissions/sosemanuk |
| gcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv | e/submissions/sosemanuk |