9920c53d69080e5005cd6ad2aaaf3dd339f80a0f
This is a small portable (and slow) implementation of AES128 in C. The module uses less than 250 bytes of RAM and ~1.5K ROM. AES128 ECB is symmetric, so you use the same function for encrypting and decrypting.
Description
Languages
C
89.1%
Python
5.9%
Makefile
2.9%
CMake
1.6%
C++
0.5%