diff options
Diffstat (limited to 'pyecsca/codegen/mult/mult.h')
| -rw-r--r-- | pyecsca/codegen/mult/mult.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pyecsca/codegen/mult/mult.h b/pyecsca/codegen/mult/mult.h deleted file mode 100644 index d2817b7..0000000 --- a/pyecsca/codegen/mult/mult.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MULT_H_ -#define MULT_H_ - -#include "defs.h" - -#define MULT_NONE 0 -#define MULT_DOUBLE_AND_ADD 1 - -void scalar_mult(bn_t *scalar, point_t *point, curve_t *curve, point_t *out); - -#endif //MULT_H_
\ No newline at end of file |
