aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/mult/mult.c
diff options
context:
space:
mode:
authorJ08nY2019-12-23 02:05:35 +0100
committerJ08nY2019-12-23 02:05:35 +0100
commitb43c5dba0ec18fe5a5204537855ea2b73fc674c6 (patch)
tree879c946cb9036f6db721fc44c37635c295ee2003 /pyecsca/codegen/mult/mult.c
parent878d95c4e4dadf882a205316a07bc0642f773256 (diff)
downloadpyecsca-codegen-b43c5dba0ec18fe5a5204537855ea2b73fc674c6.tar.gz
pyecsca-codegen-b43c5dba0ec18fe5a5204537855ea2b73fc674c6.tar.zst
pyecsca-codegen-b43c5dba0ec18fe5a5204537855ea2b73fc674c6.zip
Implement multipliers.
Diffstat (limited to 'pyecsca/codegen/mult/mult.c')
-rw-r--r--pyecsca/codegen/mult/mult.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pyecsca/codegen/mult/mult.c b/pyecsca/codegen/mult/mult.c
deleted file mode 100644
index d0f60ae..0000000
--- a/pyecsca/codegen/mult/mult.c
+++ /dev/null
@@ -1,6 +0,0 @@
-
-#include "mult.h"
-
-#if MULT == MULT_DOUBLE_AND_ADD
-#include "double_and_add.c"
-#endif \ No newline at end of file