diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ### 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. |