aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/formulas.h
diff options
context:
space:
mode:
authorJ08nY2019-11-27 20:34:58 +0100
committerJ08nY2019-11-27 20:34:58 +0100
commit32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc (patch)
tree1203a322d7488ef51b4de2d34c6e0c2871ea68a5 /pyecsca/codegen/formulas.h
parentbb00fee9702155586e674b9d6a3b838bd54baac2 (diff)
downloadpyecsca-codegen-32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc.tar.gz
pyecsca-codegen-32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc.tar.zst
pyecsca-codegen-32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc.zip
Reorganize files, implement proper main.
Diffstat (limited to 'pyecsca/codegen/formulas.h')
-rw-r--r--pyecsca/codegen/formulas.h21
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