diff options
| author | J08nY | 2019-11-25 21:25:29 +0100 |
|---|---|---|
| committer | J08nY | 2019-11-25 21:25:29 +0100 |
| commit | de491a6191b465edb7bd9a01a5177ac9bf836747 (patch) | |
| tree | 18459bc2cb101782e2157b0e9313d288d1b6a43b /pyecsca/codegen/formulas.h | |
| parent | 8a56c7a95e662862cfe78b834ccb091e95d5372f (diff) | |
| download | pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.tar.gz pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.tar.zst pyecsca-codegen-de491a6191b465edb7bd9a01a5177ac9bf836747.zip | |
Start Python codegen impl.
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); |
