mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-24 14:29:44 +03:00
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
Block a user