Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Tiny AES C
Commits
f90c1e09
Commit
f90c1e09
authored
Jul 13, 2017
by
kokke
Committed by
GitHub
Jul 13, 2017
Browse files
Update README.md
parent
cdf8e6ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f90c1e09
...
@@ -34,7 +34,7 @@ GCC size output when only ECB mode is compiled for ARM (using 128 bit block size
...
@@ -34,7 +34,7 @@ GCC size output when only ECB mode is compiled for ARM (using 128 bit block size
.. and when compiling for the THUMB instruction set, we end up just above 1.7K in code size.
.. and when compiling for the THUMB instruction set, we end up just above 1.7K in code size.
$ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0
-DAES128=1
$ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0
$ size aes.o
$ size aes.o
text data bss dec hex filename
text data bss dec hex filename
1551 0 184 1735 6c7 aes.o
1551 0 184 1735 6c7 aes.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment