Update README

This commit is contained in:
kokke 2014-05-29 02:29:06 +02:00
parent 85ce5cc04b
commit 592d2c5bc4
1 changed files with 5 additions and 0 deletions

5
README
View File

@ -0,0 +1,5 @@
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.