mirror of https://github.com/kokke/tiny-AES-c
Update aes.c
This commit is contained in:
parent
ca85e00de9
commit
f9fc97a6e4
1
aes.c
1
aes.c
|
@ -35,7 +35,6 @@ NOTE: String length must be evenly divisible by 16byte (str_len % 16 == 0)
|
|||
/*****************************************************************************/
|
||||
/* Includes: */
|
||||
/*****************************************************************************/
|
||||
#include <stdint.h>
|
||||
#include <string.h> // CBC mode, for memset
|
||||
#include "aes.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue