Update aes.c
This commit is contained in:
1
aes.c
1
aes.c
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user