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
22863d50
Unverified
Commit
22863d50
authored
Dec 29, 2017
by
kokke
Committed by
GitHub
Dec 29, 2017
Browse files
Create aes.hpp
parent
9325c53e
Changes
1
Show whitespace changes
Inline
Side-by-side
aes.hpp
0 → 100644
View file @
22863d50
#ifndef _AES_HPP_
#define _AES_HPP_
#ifndef __cplusplus
#error Do not include the hpp header in a c project!
#endif //__cplusplus
extern
"C"
{
#include "aes.h"
}
#endif //_AES_HPP_
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