summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2020-03-07 02:57:16 +0100
committerGitHub <noreply@github.com>2020-03-07 02:57:16 +0100
commit7052fd19c7fecd4fc7c69efe5ddb364de22c1551 (patch)
treea41be66ed5a212d9169ec0b920f2b7f34f69d3af
parentUpdate README.md (diff)
downloadtiny-AES-c-7052fd19c7fecd4fc7c69efe5ddb364de22c1551.tar
tiny-AES-c-7052fd19c7fecd4fc7c69efe5ddb364de22c1551.tar.gz
tiny-AES-c-7052fd19c7fecd4fc7c69efe5ddb364de22c1551.tar.bz2
tiny-AES-c-7052fd19c7fecd4fc7c69efe5ddb364de22c1551.tar.lz
tiny-AES-c-7052fd19c7fecd4fc7c69efe5ddb364de22c1551.tar.xz
tiny-AES-c-7052fd19c7fecd4fc7c69efe5ddb364de22c1551.tar.zst
tiny-AES-c-7052fd19c7fecd4fc7c69efe5ddb364de22c1551.zip
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9fdfd71..883e687 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,14 @@ GCC size output when only CTR mode is compiled for ARM:
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 8-2018-q4-major) 8.2.1 20181213 (release)
- Copyright (C) 2018 Free Software Foundation, Inc.
+ 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.