aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/mult/mult.c
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/mult/mult.c')
-rw-r--r--pyecsca/codegen/mult/mult.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/pyecsca/codegen/mult/mult.c b/pyecsca/codegen/mult/mult.c
new file mode 100644
index 0000000..d0f60ae
--- /dev/null
+++ b/pyecsca/codegen/mult/mult.c
@@ -0,0 +1,6 @@
+
+#include "mult.h"
+
+#if MULT == MULT_DOUBLE_AND_ADD
+#include "double_and_add.c"
+#endif \ No newline at end of file