summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2017-07-10 21:54:27 +0200
committerGitHub <noreply@github.com>2017-07-10 21:54:27 +0200
commitd2a482fb50b53d0181f4412096007896c1038830 (patch)
tree2c5fdee66f9cfca1a9f5d6a06cdc1180772ca1e9
parentUpdate README.md (diff)
downloadtiny-AES-c-d2a482fb50b53d0181f4412096007896c1038830.tar
tiny-AES-c-d2a482fb50b53d0181f4412096007896c1038830.tar.gz
tiny-AES-c-d2a482fb50b53d0181f4412096007896c1038830.tar.bz2
tiny-AES-c-d2a482fb50b53d0181f4412096007896c1038830.tar.lz
tiny-AES-c-d2a482fb50b53d0181f4412096007896c1038830.tar.xz
tiny-AES-c-d2a482fb50b53d0181f4412096007896c1038830.tar.zst
tiny-AES-c-d2a482fb50b53d0181f4412096007896c1038830.zip
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 53fba5e..415b3cc 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,8 @@ 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:
+GCC size output when only ECB mode is compiled for ARM (using 128 bit block size):
@@ -63,4 +61,7 @@ This implementation is verified against the data in:
[National Institute of Standards and Technology Special Publication 800-38A 2001 ED](http://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38a.pdf) Appendix F: Example Vectors for Modes of Operation of the AES.
+A heartfelt thank-you to all the nice people out there who have contributed to this project.
+
+
All material in this repository is in the public domain.