A Memory Optimized AES-128/192/256 Implementation in C
light-aes supports the following Block Cipher Modes of Operation:
- ECB (Electronic Code Book)
- CTR (Counter)
- CBC (Cipher Block Chaining)
- CFB (Cipher Feed Back)
- OFB (Output Feed Back)
light-aes is Fully Compliant with all the test vectors provided in the following standard documents provided by NIST Computer Security Resource Center
Advanced Encryption Standard (AES)
Recommendation for Block Cipher Modes of Operation: Methods and Techniques