Commit 325313fb authored by kokke's avatar kokke
Browse files

Update aes.c

parent 45e73382
...@@ -36,7 +36,6 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0) ...@@ -36,7 +36,6 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
/*****************************************************************************/ /*****************************************************************************/
/* Includes: */ /* Includes: */
/*****************************************************************************/ /*****************************************************************************/
#include <string.h>
#include <stdint.h> #include <stdint.h>
#include "aes.h" #include "aes.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment