diff options
Diffstat (limited to 'pyecsca/codegen/formulas.h')
| -rw-r--r-- | pyecsca/codegen/formulas.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyecsca/codegen/formulas.h b/pyecsca/codegen/formulas.h index 6cd6120..c8ba6d4 100644 --- a/pyecsca/codegen/formulas.h +++ b/pyecsca/codegen/formulas.h @@ -1,6 +1,9 @@ #ifndef FORMULAS_H_ #define FORMULAS_H_ +#include "coords.h" +#include "defs.h" + int point_add(const point_t *one, const point_t *other, const curve_t *curve, point_t *out); int point_dbl(const point_t *one, const curve_t *curve, point_t *out); |
