diff options
author | kokke <spam@rowdy.dk> | 2014-05-29 04:01:10 +0200 |
---|---|---|
committer | kokke <spam@rowdy.dk> | 2014-05-29 04:01:10 +0200 |
commit | e6bbc28243696b03c87e19bf3b6bd23bf54edc65 (patch) | |
tree | cf79f23eee732aeea7dc38cf1837461fbf16e45d | |
parent | Update README (diff) | |
download | tiny-AES-c-e6bbc28243696b03c87e19bf3b6bd23bf54edc65.tar tiny-AES-c-e6bbc28243696b03c87e19bf3b6bd23bf54edc65.tar.gz tiny-AES-c-e6bbc28243696b03c87e19bf3b6bd23bf54edc65.tar.bz2 tiny-AES-c-e6bbc28243696b03c87e19bf3b6bd23bf54edc65.tar.lz tiny-AES-c-e6bbc28243696b03c87e19bf3b6bd23bf54edc65.tar.xz tiny-AES-c-e6bbc28243696b03c87e19bf3b6bd23bf54edc65.tar.zst tiny-AES-c-e6bbc28243696b03c87e19bf3b6bd23bf54edc65.zip |
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This is a small portable (and slow) implementation of 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. |