Update README.md

This commit is contained in:
kokke 2014-05-30 14:55:22 +02:00
parent fc708ce640
commit d6c15dede2

View File

@ -1,6 +1,6 @@
### Tiny AES128 in C ### Tiny AES128 in C
This is a small portable (and slow?) implementation of AES128 in C. This is a small portable implementation of AES128 in C.
AES128 ECB is symmetric, so you use the same function for encrypting and decrypting. AES128 ECB is symmetric, so you use the same function for encrypting and decrypting.