diff options
Diffstat (limited to 'pyecsca/codegen/mult/mult.h')
| -rw-r--r-- | pyecsca/codegen/mult/mult.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pyecsca/codegen/mult/mult.h b/pyecsca/codegen/mult/mult.h new file mode 100644 index 0000000..dcf6767 --- /dev/null +++ b/pyecsca/codegen/mult/mult.h @@ -0,0 +1,8 @@ +#ifndef MULT_H_ +#define MULT_H_ + +#include "formulas.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 |
