From cad492f2718fbdc1c2f24876add693726494f0cc Mon Sep 17 00:00:00 2001 From: J08nY Date: Fri, 29 Sep 2023 22:15:06 +0200 Subject: Add wNAF scalarmult, more options implemented for other scalarmults. --- pyecsca/codegen/point.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyecsca/codegen/point.h') diff --git a/pyecsca/codegen/point.h b/pyecsca/codegen/point.h index 01dd4b4..fd3736e 100644 --- a/pyecsca/codegen/point.h +++ b/pyecsca/codegen/point.h @@ -51,4 +51,6 @@ void point_ladd(const point_t *one, const point_t *other, const point_t *diff, c bool point_ladd_init(void); void point_ladd_clear(void); +void point_accumulate(const point_t *one, const point_t *other, const curve_t *curve, point_t *out_one); + #endif //POINT_H_ \ No newline at end of file -- cgit v1.3.1