diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |