Update aes.c

This commit is contained in:
kokke 2020-01-24 16:54:19 +01:00 committed by GitHub
parent ca85e00de9
commit f9fc97a6e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

1
aes.c
View File

@ -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"