diff options
-rw-r--r-- | aes.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. // |
index : anonymous/tiny-AES-c | ||
Small portable AES128/192/256 in C | mirror |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | aes.h | 1 |
@@ -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. // |