summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-05-31 00:46:46 +0200
committerkokke <spam@rowdy.dk>2014-05-31 00:46:46 +0200
commit5c68431126492fb00f678524d714a190c5e4ffcd (patch)
tree7261ce4ef88541012b423081ec695ac689abbfe4
parentUpdate README.md (diff)
downloadtiny-AES-c-5c68431126492fb00f678524d714a190c5e4ffcd.tar
tiny-AES-c-5c68431126492fb00f678524d714a190c5e4ffcd.tar.gz
tiny-AES-c-5c68431126492fb00f678524d714a190c5e4ffcd.tar.bz2
tiny-AES-c-5c68431126492fb00f678524d714a190c5e4ffcd.tar.lz
tiny-AES-c-5c68431126492fb00f678524d714a190c5e4ffcd.tar.xz
tiny-AES-c-5c68431126492fb00f678524d714a190c5e4ffcd.tar.zst
tiny-AES-c-5c68431126492fb00f678524d714a190c5e4ffcd.zip
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6443e4e..0076869 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,10 @@ GCC size output when compiled for ARM:
1024 0 204 1228 4cc aes.o
+
Somehow, -O2 is a bit smaller than -Os with this compiler. I am using Mentor Graphics ARM toolchain:
+
$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.3 20131129 (release) [ARM/embedded-4_8-branch revision 205641]
Copyright (C) 2013 Free Software Foundation, Inc.
@@ -32,6 +34,8 @@ Somehow, -O2 is a bit smaller than -Os with this compiler. I am using Mentor Gra
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+
The implementation is verified against the data in:
[National Institute of Standards and Technology Special Publication 800-38A 2001 ED](http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf) Appendix F: Example Vectors for Modes of Operation of the AES.