]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon_cbc_enc.h
clean up
[avr-crypto-lib.git] / noekeon_cbc_enc.h
diff --git a/noekeon_cbc_enc.h b/noekeon_cbc_enc.h
deleted file mode 100644 (file)
index e9ced11..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef NOEKEON_CBC_ENC_H_
-#define NOEKEON_CBC_ENC_H_
-
-#include <stdint.h>
-#include "noekeon.h"
-
-void noekeon_cbc_enc(void* buffer, uint8_t block_cnt, const void* key);
-
-#endif /*NOEKEON_CBC_ENC_H_*/