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
835777b9
Unverified
Commit
835777b9
authored
Nov 10, 2017
by
kokke
Committed by
GitHub
Nov 10, 2017
Browse files
Update README.md
parent
b1216c08
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
835777b9
...
...
@@ -29,7 +29,7 @@ GCC size output when only ECB mode is compiled for ARM (using 128 bit block size
$ arm-none-eabi-gcc -Os -c aes.c -DCBC=0
$ size aes.o
text data bss dec hex filename
20
71
0
184
2
255
8
cf
aes.o
20
15
0
184
2
199
8
97
aes.o
.. and when compiling for the THUMB instruction set, we end up just above 1.7K in code size.
...
...
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