summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkokke <spam@rowdy.dk>2017-07-08 01:58:59 +0200
committerGitHub <noreply@github.com>2017-07-08 01:58:59 +0200
commit1fc9bf75498a00a67b98cbca9cdd2282451bfbf1 (patch)
tree79b1034fb4717f6e9e289e612b6445053b78d98f
parentUpdate README.md (diff)
downloadtiny-AES-c-1fc9bf75498a00a67b98cbca9cdd2282451bfbf1.tar
tiny-AES-c-1fc9bf75498a00a67b98cbca9cdd2282451bfbf1.tar.gz
tiny-AES-c-1fc9bf75498a00a67b98cbca9cdd2282451bfbf1.tar.bz2
tiny-AES-c-1fc9bf75498a00a67b98cbca9cdd2282451bfbf1.tar.lz
tiny-AES-c-1fc9bf75498a00a67b98cbca9cdd2282451bfbf1.tar.xz
tiny-AES-c-1fc9bf75498a00a67b98cbca9cdd2282451bfbf1.tar.zst
tiny-AES-c-1fc9bf75498a00a67b98cbca9cdd2282451bfbf1.zip
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c51db3e..527c301 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ GCC size output when ECB mode is compiled for ARM:
$ arm-none-eabi-gcc -Os -c aes.c -DCBC=0
$ size aes.o
text data bss dec hex filename
- 2323 0 184 2507 9cb aes.o
+ 2316 0 184 2500 9cb aes.o
@@ -40,7 +40,7 @@ GCC size output when ECB mode is compiled for ARM:
$ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0
$ size aes.o
text data bss dec hex filename
- 1775 0 184 1959 7a7 aes.o
+ 1796 0 184 1980 7a7 aes.o