]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal_noekeon.h
forgotten directories
[avr-crypto-lib.git] / bcal / bcal_noekeon.h
diff --git a/bcal/bcal_noekeon.h b/bcal/bcal_noekeon.h
new file mode 100644 (file)
index 0000000..16a8179
--- /dev/null
@@ -0,0 +1,10 @@
+/* bcal_noekeon.h */
+
+#include <avr/pgmspace.h>
+#include "blockcipher_descriptor.h"
+#include "noekeon/noekeon.h"
+#include "keysize_descriptor.h"
+
+extern const bcdesc_t noekeon_direct_desc;
+extern const bcdesc_t noekeon_indirect_desc;
+