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
c385f09c
Commit
c385f09c
authored
May 29, 2014
by
kokke
Browse files
Update README
parent
baafab0a
Changes
1
Show whitespace changes
Inline
Side-by-side
README
View file @
c385f09c
...
...
@@ -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
$ 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
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