Unverified Commit f9fc97a6 authored by kokke's avatar kokke Committed by GitHub
Browse files

Update aes.c

parent ca85e00d
...@@ -35,7 +35,6 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0) ...@@ -35,7 +35,6 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
/*****************************************************************************/ /*****************************************************************************/
/* Includes: */ /* Includes: */
/*****************************************************************************/ /*****************************************************************************/
#include <stdint.h>
#include <string.h> // CBC mode, for memset #include <string.h> // CBC mode, for memset
#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