From: Niels Möller Date: Sat, 14 Nov 2020 16:31:51 +0000 (+0100) Subject: Comment fix. X-Git-Tag: nettle_3.7rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78731551475fa01aadd1721824ddb190ca13c43;p=thirdparty%2Fnettle.git Comment fix. --- 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)