diff options
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |