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