mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-22 05:21:52 +03:00
Update README.md
This commit is contained in:
parent
35b50199ef
commit
9b8c0f23b1
12
README.md
12
README.md
@ -10,12 +10,12 @@ YMMV depending on target platform and optimization skills of your compiler.
|
||||
|
||||
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
|
||||
1079 0 204 1283 503 aes.o
|
||||
`
|
||||
|
||||
$ arm-none-eabi-gcc -Os -c aes.c -o aes.o
|
||||
$ size aes.o
|
||||
text data bss dec hex filename
|
||||
1079 0 204 1283 503 aes.o
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user