For my master thesis, I am looking into different implementations of cryptographic algorithms. They should differ in the following aspects:
- Cryptographic Algorithm (AES, DES, RSA, MD5, ...)
- Algorithm Implementation (OpenSSL, MS, Papers' Reference Implementation, ...)
- Compiler used (VC, GCC, ...)
Also, they should only implement the one algorithm and shouldn't build a GUI or anything else. So, like a commandline:
./aes128-brian-gladman-gcc.exe <key> <input>
<output>
Do you know of a repository containing the binaries and/or sourcecodes (C/C++)?