summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-06-12 10:02:22 +0200
committerkokke <spam@rowdy.dk>2014-06-12 10:02:22 +0200
commit58b80caa6233d74a757cc105b100dbb35abd859e (patch)
tree8cb360e505aa16816e5549ba1ed4623bc94e3492
parentUpdate aes.c (diff)
downloadtiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar
tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.gz
tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.bz2
tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.lz
tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.xz
tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.tar.zst
tiny-AES-c-58b80caa6233d74a757cc105b100dbb35abd859e.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb1b915..c1a80e6 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 algorithm implemented in C.
+This is a small and portable implementation of the AES128 ECB encryption algorithm implemented in C.
The module uses just a bit more than 200 bytes of RAM and 1K ROM when compiled for ARM (YMMV).