Update README

This commit is contained in:
kokke 2014-05-29 02:43:28 +02:00
parent baafab0a56
commit c385f09c94
1 changed files with 4 additions and 4 deletions

8
README
View File

@ -7,8 +7,8 @@ The module uses less than 250 bytes of RAM and ~1.5K ROM.
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
$ 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