/aes-128

128-bit​​ ​​AES Encryption​​ ​​Implementation

Primary LanguageC

aes-128

Running

The repo includes both a C and C++ version. They are functionally identical.

gcc main.c -o main -std=c99 && ./main

Read more about the implementation in this pdf