]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes/aes_enc.h
fixing some warnings (AES); simplifyning AES headers (now simply include "aes.h"...
[avr-crypto-lib.git] / aes / aes_enc.h
index f3c4dfab1da005beddded25f99e92db4b350999b..fb25764a181a1e8e7552b381a82f9a6c807c579b 100644 (file)
 /**
  * \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 <stdint.h>