From 6d7612dad5b7f7f3fd6fa834ba2f13f1a7a2f237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sun, 8 Nov 2020 22:39:25 +0100 Subject: Updated itch macros for ecc point multiplication and signatures --- ecc-mul-a-eh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecc-mul-a-eh.c') diff --git a/ecc-mul-a-eh.c b/ecc-mul-a-eh.c index b0aa2697..1eb3efcc 100644 --- a/ecc-mul-a-eh.c +++ b/ecc-mul-a-eh.c @@ -39,7 +39,7 @@ #include "ecc-internal.h" /* Binary algorithm needs 6*ecc->p.size + scratch for ecc_add_ehh, - total 12 ecc->p.size + total 10 ecc->p.size Window algorithm needs (3<p.size for the table, 3*ecc->p.size for a temporary point, and scratch for -- cgit v1.2.1