mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-22 05:21:52 +03:00
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
Block a user