From 32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 27 Nov 2019 20:34:58 +0100 Subject: Reorganize files, implement proper main. --- pyecsca/codegen/formulas.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 pyecsca/codegen/formulas.h (limited to 'pyecsca/codegen/formulas.h') 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 -- cgit v1.3.1