]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal_noekeon.h
first lines of a blockcipher abstraction layer
[avr-crypto-lib.git] / bcal_noekeon.h
diff --git a/bcal_noekeon.h b/bcal_noekeon.h
new file mode 100644 (file)
index 0000000..c74b1af
--- /dev/null
@@ -0,0 +1,10 @@
+/* bcal_noekeon.h */
+
+#include <avr/pgmspace.h>
+#include "blopckcipher_descriptor.h"
+#include "noekeon.h"
+#include "keysize_descriptor.h"
+
+extern const bcdesc_t noekeon_direct_desc;
+extern const bcdesc_t noekeon_indirect_desc;
+