diff options
| author | J08nY | 2019-11-27 20:34:58 +0100 |
|---|---|---|
| committer | J08nY | 2019-11-27 20:34:58 +0100 |
| commit | 32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc (patch) | |
| tree | 1203a322d7488ef51b4de2d34c6e0c2871ea68a5 /pyecsca/codegen/coords.h | |
| parent | bb00fee9702155586e674b9d6a3b838bd54baac2 (diff) | |
| download | pyecsca-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.h | 19 |
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 |
