summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2017-07-08 02:06:17 +0200
committerGitHub <noreply@github.com>2017-07-08 02:06:17 +0200
commit710b311717f4fbfa17f5c9e58266db573a33a630 (patch)
tree3f63238b3c71c3113f11b1e7377949f112980f49
parentUpdate README.md (diff)
downloadtiny-AES-c-710b311717f4fbfa17f5c9e58266db573a33a630.tar
tiny-AES-c-710b311717f4fbfa17f5c9e58266db573a33a630.tar.gz
tiny-AES-c-710b311717f4fbfa17f5c9e58266db573a33a630.tar.bz2
tiny-AES-c-710b311717f4fbfa17f5c9e58266db573a33a630.tar.lz
tiny-AES-c-710b311717f4fbfa17f5c9e58266db573a33a630.tar.xz
tiny-AES-c-710b311717f4fbfa17f5c9e58266db573a33a630.tar.zst
tiny-AES-c-710b311717f4fbfa17f5c9e58266db573a33a630.zip
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 360488b..a2e0d3b 100644
--- a/README.md
+++ b/README.md
@@ -44,18 +44,16 @@ GCC size output when ECB mode is compiled for ARM:
-I am using Mentor Graphics free ARM toolchain:
-
+I am using the Free Software Foundation, ARM GCC compiler:
$ arm-none-eabi-gcc --version
- arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.4 20140526 (release) [ARM/embedded-4_8-branch revision 211358]
+ arm-none-eabi-gcc (4.8.4-1+11-1) 4.8.4 20141219 (release)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
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.