Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.05 KB

README.md

File metadata and controls

45 lines (32 loc) · 2.05 KB

light-aes

A Memory Optimized AES-128/192/256 Implementation in C

Features

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)

Testing and Validation

Test Vector Equivalence

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) NIST FIPS 197

Recommendation for Block Cipher Modes of Operation: Methods and Techniques NIST SP 800-38A

Memory

Speed

Usage