From d78731551475fa01aadd1721824ddb190ca13c43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Sat, 14 Nov 2020 17:31:51 +0100 Subject: [PATCH] Comment fix. --- ecc-mul-g-eh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecc-mul-g-eh.c b/ecc-mul-g-eh.c index 971bc6c5..8b3ca8f8 100644 --- a/ecc-mul-g-eh.c +++ b/ecc-mul-g-eh.c @@ -45,7 +45,7 @@ ecc_mul_g_eh (const struct ecc_curve *ecc, mp_limb_t *r, const mp_limb_t *np, mp_limb_t *scratch) { /* Scratch need determined by the ecc_add_eh call. Current total is - 9 * ecc->p.size, at most 648 bytes. */ + 7 * ecc->p.size, at most 392 bytes (for curve448). */ #define tp scratch #define scratch_out (scratch + 3*ecc->p.size) -- 2.47.2