tinyAES Minimal AES128 implementation, written in C++ In order to compile the sample code, simply run: $ g++ AES128.cpp AES128.h AES_test.cpp -o AES_test In order to run the example, you should provide an input as a key. ./AES_test myKey1234abcd