]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - noekeon_cbc_enc.h
new noekeon modes, + noekeon optimized
[avr-crypto-lib.git] / noekeon_cbc_enc.h
diff --git a/noekeon_cbc_enc.h b/noekeon_cbc_enc.h
new file mode 100644 (file)
index 0000000..e9ced11
--- /dev/null
@@ -0,0 +1,9 @@
+#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_*/