aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/coords.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/coords.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/coords.h')
-rw-r--r--pyecsca/codegen/coords.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyecsca/codegen/coords.h b/pyecsca/codegen/coords.h
deleted file mode 100644
index 6a1af7e..0000000
--- a/pyecsca/codegen/coords.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef COORDS_H_
-#define COORDS_H_
-
-#include "bn.h"
-#include "defs.h"
-
-point_t *point_new(void);
-
-point_t *point_copy(const point_t *from);
-
-void point_set(const point_t *from, point_t *out);
-
-void point_free(point_t *point);
-
-int point_to_affine(point_t *point, const char coord, curve_t *curve, bn_t *out);
-
-int point_from_affine(bn_t *x, bn_t *y, curve_t *curve, point_t *out);
-
-#endif //COORDS_H_ \ No newline at end of file