]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 14 Nov 2020 16:31:51 +0000 (17:31 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 14 Nov 2020 16:31:51 +0000 (17:31 +0100)
ecc-mul-g-eh.c

index 971bc6c538e8fc033094169a86eae7649a157f14..8b3ca8f88c228d3a611b6ff805c13a8f9f2e095c 100644 (file)
@@ -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)