X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=aes%2Faes_enc.h;h=1dc519e9245813c29cd14841889a8aeeb097efc5;hb=b14938245d00969fde184d6c8490ff0d1a7ab7e1;hp=f3c4dfab1da005beddded25f99e92db4b350999b;hpb=4f50c75ee5a6cc88bf7ea71957ed509e298e6c25;p=avr-crypto-lib.git diff --git a/aes/aes_enc.h b/aes/aes_enc.h index f3c4dfa..1dc519e 100644 --- a/aes/aes_enc.h +++ b/aes/aes_enc.h @@ -19,18 +19,18 @@ /** * \file aes_enc.h * \email daniel.otte@rub.de - * \author Daniel Otte + * \author Daniel Otte * \date 2008-12-30 * \license GPLv3 or later - * + * */ #ifndef AES_ENC_H_ #define AES_ENC_H_ -#include "aes.h" +#include "aes_types.h" #include -void aes_encrypt_core(aes_cipher_state_t* state, const aes_genctx_t* ks, uint8_t rounds); +void aes_encrypt_core(aes_cipher_state_t *state, const aes_genctx_t *ks, uint8_t rounds); #endif