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
49929c36
Unverified
Commit
49929c36
authored
Nov 10, 2017
by
kokke
Committed by
GitHub
Nov 10, 2017
Browse files
Update aes.c
parent
f90c1e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
aes.c
View file @
49929c36
...
@@ -27,7 +27,7 @@ ECB-AES128
...
@@ -27,7 +27,7 @@ ECB-AES128
NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
You should pad the end of the string with zeros if this is not the case.
You should pad the end of the string with zeros if this is not the case.
For AES192/256 the
block
size is proportionally larger.
For AES192/256 the
key
size is proportionally larger.
*/
*/
...
...
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