| Compiler | Implementations |
| g++ -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | cryptopp |
| g++ -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | cryptopp |
| g++ -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv | cryptopp |
| Compiler | Implementations |
| gcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv | openssl |
| gcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv | openssl |
| Compiler | Implementations |
| gcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv | openssl |