Skip to content

Syntaks-Code-Vault/light-aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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