aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/coords.h
diff options
context:
space:
mode:
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