summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-07-10 11:26:04 +0200
committerkokke <spam@rowdy.dk>2014-07-10 11:26:04 +0200
commita85cc0cd72fe256e81356d20fe6fa901daf35c17 (patch)
tree454738970cbbeb428ce6bffb2009d54d3f4097d0
parentUpdate README.md (diff)
downloadtiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar
tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.gz
tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.bz2
tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.lz
tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.xz
tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.tar.zst
tiny-AES-c-a85cc0cd72fe256e81356d20fe6fa901daf35c17.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1a80e6..3f97b88 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
### Tiny AES128 in C
-This is a small and portable implementation of the AES128 ECB encryption algorithm implemented in C.
+This is a small and portable implementation of the AES128 ECB encryption algorithm implemented in C. I haven't finished the decryption part yet, but it will come.
The module uses just a bit more than 200 bytes of RAM and 1K ROM when compiled for ARM (YMMV).