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
9a97587a
Commit
9a97587a
authored
Feb 16, 2021
by
Ilya Kondrashkin
Browse files
include stddef.h
parent
60fdf976
Changes
1
Hide whitespace changes
Inline
Side-by-side
aes.h
View file @
9a97587a
...
...
@@ -2,6 +2,7 @@
#define _AES_H_
#include <stdint.h>
#include <stddef.h>
// #define the macros below to 1/0 to enable/disable the mode of operation.
//
...
...
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