diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -9,6 +9,7 @@ GCC size output when compiled for ARM: $ arm-none-eabi-gcc -Os -c aes.c -o aes.o $ size aes.o - text data bss dec hex filename - 1447 0 204 1651 673 aes.o + text data bss dec hex filename + 1079 0 204 1283 503 aes.o + |