This repository contains the following implementations of AES-128 in C / C++.
- AES-128 simple, no padding
- AES-128 32bit, optimized for 32b architectures using T-boxes
- AES-128 NI, optimized using AESNI new instructions
- AES-128 for ARM, simple and 32 bit versions.
NOTE THAT THIS IMPLEMENTATION IS MEANT TO BE USED ONLY FOR FURTHER UNDERSTANDING OF THE AES CIPHER
THIS IMPLEMENTATION SHOULD NEVER BE USED IN PRODUCTION ENVIRONMENT