Commit c385f09c authored by kokke's avatar kokke
Browse files

Update README

parent baafab0a
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment