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