From b43c5dba0ec18fe5a5204537855ea2b73fc674c6 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 23 Dec 2019 02:05:35 +0100 Subject: Implement multipliers. --- pyecsca/codegen/mult.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pyecsca/codegen/mult.h (limited to 'pyecsca/codegen/mult.h') diff --git a/pyecsca/codegen/mult.h b/pyecsca/codegen/mult.h new file mode 100644 index 0000000..b46684f --- /dev/null +++ b/pyecsca/codegen/mult.h @@ -0,0 +1,8 @@ +#ifndef MULT_H_ +#define MULT_H_ + +#include "defs.h" + +void scalar_mult(bn_t *scalar, point_t *point, curve_t *curve, point_t *out); + +#endif //MULT_H_ \ No newline at end of file -- cgit v1.3.1