diff --git a/README.md b/README.md index 1a8a135..4c450a6 100644 --- a/README.md +++ b/README.md @@ -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.