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
351447e6
Commit
351447e6
authored
May 29, 2014
by
kokke
Browse files
Create aes.h
parent
be76dd85
Changes
1
Show whitespace changes
Inline
Side-by-side
aes.h
0 → 100644
View file @
351447e6
#ifndef _AES_H_
#define _AES_H_
#include <stdint.h>
void
AES128_ECB
(
uint8_t
*
input
,
uint8_t
*
key
,
uint8_t
*
output
);
#endif //_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