Update README

This commit is contained in:
kokke
2014-05-29 03:50:24 +02:00
parent 9545494087
commit afa5bac7fe

5
README
View File

@@ -9,6 +9,7 @@ GCC size output when compiled for ARM:
$ arm-none-eabi-gcc -Os -c aes.c -o aes.o $ arm-none-eabi-gcc -Os -c aes.c -o aes.o
$ size aes.o $ size aes.o
text data bss dec hex filename text data bss dec hex filename
1447 0 204 1651 673 aes.o 1079 0 204 1283 503 aes.o