]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - aes/aes_dec.h
fixing some warnings (AES); simplifyning AES headers (now simply include "aes.h"...
[avr-crypto-lib.git] / aes / aes_dec.h
index 631d95377b7f3e933551564facf37c7de50f8865..0517bd910a2bf4909c246a17816753762885866e 100644 (file)
 /**
  * \file     aes_dec.h
  * \email    daniel.otte@rub.de
- * \author   Daniel Otte 
+ * \author   Daniel Otte
  * \date     2008-12-30
  * \license  GPLv3 or later
- * 
+ *
  */
 #ifndef AES_DEC_H_
 #define AES_DEC_H_
-#include "aes.h"
+#include "aes_types.h"
 #include <stdint.h>