Update README.md

This commit is contained in:
kokke 2014-05-31 00:46:46 +02:00
parent fedcd53ab2
commit 5c68431126

View File

@ -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.