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
5efc2288
Commit
5efc2288
authored
May 29, 2014
by
kokke
Browse files
Update aes.c
parent
0ac6baff
Changes
1
Show whitespace changes
Inline
Side-by-side
aes.c
View file @
5efc2288
...
@@ -24,8 +24,6 @@ ECB-AES128
...
@@ -24,8 +24,6 @@ ECB-AES128
c6d3416d29165c6fcb8e51a227ba994e
c6d3416d29165c6fcb8e51a227ba994e
Use aes_encrypt_string() to encrypt or decrypt a string
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.
...
...
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