aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/curve.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/curve.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/curve.h')
-rw-r--r--pyecsca/codegen/curve.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/pyecsca/codegen/curve.h b/pyecsca/codegen/curve.h
deleted file mode 100644
index ab962e7..0000000
--- a/pyecsca/codegen/curve.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef CURVE_H_
-#define CURVE_H_
-
-#include "defs.h"
-
-curve_t* curve_new(const named_bn_t **params, int num_params);
-
-void curve_free(curve_t *curve);
-
-#endif //CURVE_H_ \ No newline at end of file