summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2017-07-08 02:09:20 +0200
committerGitHub <noreply@github.com>2017-07-08 02:09:20 +0200
commitaa49cc652db8bbdb540e3c18ab3d079944221679 (patch)
tree96f0265a9f3c61c7fa65a29909c2f6a959c05dca
parentUpdate README.md (diff)
downloadtiny-AES-c-aa49cc652db8bbdb540e3c18ab3d079944221679.tar
tiny-AES-c-aa49cc652db8bbdb540e3c18ab3d079944221679.tar.gz
tiny-AES-c-aa49cc652db8bbdb540e3c18ab3d079944221679.tar.bz2
tiny-AES-c-aa49cc652db8bbdb540e3c18ab3d079944221679.tar.lz
tiny-AES-c-aa49cc652db8bbdb540e3c18ab3d079944221679.tar.xz
tiny-AES-c-aa49cc652db8bbdb540e3c18ab3d079944221679.tar.zst
tiny-AES-c-aa49cc652db8bbdb540e3c18ab3d079944221679.zip
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2e0d3b..179ee15 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ The module uses around 200 bytes of RAM and 2.5K ROM when compiled for ARM (~2K
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've successfully used the code on 64bit x86, 32bit ARM and 8 bit AVR platforms.
+A heartfelt thank-you to all the nice people out there who have contributed to this project.
GCC size output when ECB mode is compiled for ARM:
@@ -44,6 +45,7 @@ GCC size output when ECB mode is compiled for ARM:
+
I am using the Free Software Foundation, ARM GCC compiler:
$ arm-none-eabi-gcc --version