diff options
Diffstat (limited to 'pyecsca/codegen/defs.h')
| -rw-r--r-- | pyecsca/codegen/defs.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pyecsca/codegen/defs.h b/pyecsca/codegen/defs.h deleted file mode 100644 index df81226..0000000 --- a/pyecsca/codegen/defs.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef DEFS_H_ -#define DEFS_H_ -#include "bn.h" - -//point_t definition is variable -typedef struct { - bn_t X; - bn_t Y; - bn_t Z; -} point_t; - -//curve_t definition is variable -typedef struct { - bn_t n; - point_t *neutral; -} curve_t; - -#endif //DEFS_H_
\ No newline at end of file |
