aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/mult/mult.c
diff options
context:
space:
mode:
authorJ08nY2019-11-25 21:25:29 +0100
committerJ08nY2019-11-25 21:25:29 +0100
commitde491a6191b465edb7bd9a01a5177ac9bf836747 (patch)
tree18459bc2cb101782e2157b0e9313d288d1b6a43b /pyecsca/codegen/mult/mult.c
parent8a56c7a95e662862cfe78b834ccb091e95d5372f (diff)
downloadpyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.tar.gz
pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.tar.zst
pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.zip
Start Python codegen impl.
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