summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2015-11-10 00:49:12 +0100
committerkokke <spam@rowdy.dk>2015-11-10 00:49:12 +0100
commit70f40c6da300f1a84e47760e2da5a708d48b9518 (patch)
tree32e738aa37314aa49b71477e3652d7d8b01b65b3
parentUpdate README.md (diff)
downloadtiny-AES-c-70f40c6da300f1a84e47760e2da5a708d48b9518.tar
tiny-AES-c-70f40c6da300f1a84e47760e2da5a708d48b9518.tar.gz
tiny-AES-c-70f40c6da300f1a84e47760e2da5a708d48b9518.tar.bz2
tiny-AES-c-70f40c6da300f1a84e47760e2da5a708d48b9518.tar.lz
tiny-AES-c-70f40c6da300f1a84e47760e2da5a708d48b9518.tar.xz
tiny-AES-c-70f40c6da300f1a84e47760e2da5a708d48b9518.tar.zst
tiny-AES-c-70f40c6da300f1a84e47760e2da5a708d48b9518.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3071ccb..ac16c3d 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ You can choose to use one or both of the modes-of-operation, by defining the sym
The module uses around 200 bytes of RAM and 2.5K ROM when compiled for ARM (~2K for Thumb but YMMV).
-It is the smallest implementation in C I've seen yet, but do contact me if you know of something smaller (or have improvements to the code here).
+It is one of the smallest implementation in C I've seen yet, but do contact me if you know of something smaller (or have improvements to the code here). I am a bit slow to react to pull requests and issues, but I have an ambition to go through all issues sometime in the future and release a stable version.
I've successfully used the code on 64bit x86, 32bit ARM and 8 bit AVR platforms.