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
f9fc97a6
Unverified
Commit
f9fc97a6
authored
Jan 24, 2020
by
kokke
Committed by
GitHub
Jan 24, 2020
Browse files
Update aes.c
parent
ca85e00d
Changes
1
Hide whitespace changes
Inline
Side-by-side
aes.c
View file @
f9fc97a6
...
...
@@ -35,7 +35,6 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
/*****************************************************************************/
/* Includes: */
/*****************************************************************************/
#include <stdint.h>
#include <string.h> // CBC mode, for memset
#include "aes.h"
...
...
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