]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon/noekeon_cbc_enc.h
new and more compact aes
[avr-crypto-lib.git] / noekeon / noekeon_cbc_enc.h
index b47048f6fad3b73a48f77cffc900d16d75984237..e6cb14a0b645e3df38c0a2c7f08cab2ff223bc6c 100644 (file)
@@ -2,8 +2,8 @@
 #define NOEKEON_CBC_ENC_H_
 
 #include <stdint.h>
-#include "noekeon/noekeon.h"
+#include "noekeon.h"
 
-void noekeon_cbc_enc(void* buffer, uint8_t block_cnt, const void* key);
+void noekeon_cbc_enc(void *buffer, uint8_t block_cnt, const void *key);
 
 #endif /*NOEKEON_CBC_ENC_H_*/