Update README

This commit is contained in:
kokke
2014-05-30 14:24:49 +02:00
parent b6fcddccf3
commit 0ccea56634

2
README
View File

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