From de491a6191b465edb7bd9a01a5177ac9bf836747 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 25 Nov 2019 21:25:29 +0100 Subject: Start Python codegen impl. --- pyecsca/codegen/formulas.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyecsca/codegen/formulas.h') 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); -- cgit v1.3.1