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
1fc9bf75
Commit
1fc9bf75
authored
Jul 08, 2017
by
kokke
Committed by
GitHub
Jul 08, 2017
Browse files
Update README.md
parent
a8e1df6d
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
1fc9bf75
...
...
@@ -30,7 +30,7 @@ GCC size output when ECB mode is compiled for ARM:
$ arm-none-eabi-gcc -Os -c aes.c -DCBC=0
$ size aes.o
text data bss dec hex filename
23
23
0 184 250
7
9cb aes.o
23
16
0 184 250
0
9cb aes.o
...
...
@@ -40,7 +40,7 @@ GCC size output when ECB mode is compiled for ARM:
$ arm-none-eabi-gcc -mthumb -Os -c aes.c -DCBC=0
$ size aes.o
text data bss dec hex filename
17
75
0 184 19
59
7a7 aes.o
17
96
0 184 19
80
7a7 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