From 5c68431126492fb00f678524d714a190c5e4ffcd Mon Sep 17 00:00:00 2001 From: kokke Date: Sat, 31 May 2014 00:46:46 +0200 Subject: Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.3