diff options
Diffstat (limited to 'pyecsca/codegen/formulas.h')
| -rw-r--r-- | pyecsca/codegen/formulas.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pyecsca/codegen/formulas.h b/pyecsca/codegen/formulas.h deleted file mode 100644 index a2278bb..0000000 --- a/pyecsca/codegen/formulas.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef FORMULAS_H_ -#define FORMULAS_H_ - -#include "coords.h" -#include "defs.h" - -int point_add(const point_t *one, const point_t *other, const curve_t *curve, point_t *out_one); - -int point_dbl(const point_t *one, const curve_t *curve, point_t *out_one); - -int point_tpl(const point_t *one, const curve_t *curve, point_t *out_one); - -int point_neg(const point_t *one, const curve_t *curve, point_t *out_one); - -int point_scl(const point_t *one, const curve_t *curve, point_t *out_one); - -int point_dadd(const point_t *one, const point_t *other, const point_t *diff, const curve_t *curve, point_t *out_one); - -int point_ladd(const point_t *one, const point_t *other, const point_t *diff, const curve_t *curve, point_t *out_one, point_t *out_other); - -#endif //FORMULAS_H_
\ No newline at end of file |
