summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2014-05-30 14:31:32 +0200
committerkokke <spam@rowdy.dk>2014-05-30 14:31:32 +0200
commitcc42694970457b1882157e8a820eb16caed2a01d (patch)
tree05bdb3ff7dd66d24c6b429e1a093ae1f1d117036
parentUpdate README.md (diff)
downloadtiny-AES-c-cc42694970457b1882157e8a820eb16caed2a01d.tar
tiny-AES-c-cc42694970457b1882157e8a820eb16caed2a01d.tar.gz
tiny-AES-c-cc42694970457b1882157e8a820eb16caed2a01d.tar.bz2
tiny-AES-c-cc42694970457b1882157e8a820eb16caed2a01d.tar.lz
tiny-AES-c-cc42694970457b1882157e8a820eb16caed2a01d.tar.xz
tiny-AES-c-cc42694970457b1882157e8a820eb16caed2a01d.tar.zst
tiny-AES-c-cc42694970457b1882157e8a820eb16caed2a01d.zip
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index aacc666..9f38b04 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,13 @@ GCC size output when compiled for ARM:
1079 0 204 1283 503 aes.o
+This is using Mentor Graphics ARM GCC port:
-
-$ 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.
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ $ 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.
+ This is free software; see the source for copying conditions. There is NO
+ 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.