summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-07-13 04:18:42 +0200
committerkokke <spam@rowdy.dk>2014-07-13 04:18:42 +0200
commit0eb071c87b067ebd9bdaad14dded36ec5a02c486 (patch)
treefb0dcf16ff3ff7c6645f1f486c25a6a18fb6789a
parentUpdate README.md (diff)
downloadtiny-AES-c-0eb071c87b067ebd9bdaad14dded36ec5a02c486.tar
tiny-AES-c-0eb071c87b067ebd9bdaad14dded36ec5a02c486.tar.gz
tiny-AES-c-0eb071c87b067ebd9bdaad14dded36ec5a02c486.tar.bz2
tiny-AES-c-0eb071c87b067ebd9bdaad14dded36ec5a02c486.tar.lz
tiny-AES-c-0eb071c87b067ebd9bdaad14dded36ec5a02c486.tar.xz
tiny-AES-c-0eb071c87b067ebd9bdaad14dded36ec5a02c486.tar.zst
tiny-AES-c-0eb071c87b067ebd9bdaad14dded36ec5a02c486.zip
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 08d316a..a77f00a 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ I am using Mentor Graphics free 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]
+ arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.4 20140526 (release) [ARM/embedded-4_8-branch revision 211358]
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.
@@ -47,7 +47,7 @@ I am using Mentor Graphics free ARM toolchain:
-The implementation is verified against the data in:
+This 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.