2014-05-29 02:32:36 +02:00
2014-05-29 02:32:36 +02:00
2014-05-29 02:20:28 +02:00
2014-05-29 02:21:30 +02:00
2014-05-29 02:29:06 +02:00
2014-05-29 02:22:11 +02:00

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
Small portable AES128/192/256 in C
Readme 912 KiB
Languages
C 89.1%
Python 5.9%
Makefile 2.9%
CMake 1.6%
C++ 0.5%