summaryrefslogtreecommitdiff
path: root/ecc-mul-g.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecc-mul-g.c')
-rw-r--r--ecc-mul-g.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-mul-g.c b/ecc-mul-g.c
index c4a1b5bb..dcc7c3ea 100644
--- a/ecc-mul-g.c
+++ b/ecc-mul-g.c
@@ -45,7 +45,7 @@ ecc_mul_g (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_jja call. Current total is
- 9 * ecc->p.size, at most 648 bytes. */
+ 8 * ecc->p.size, at most 576 bytes. */
#define tp scratch
#define scratch_out (scratch + 3*ecc->p.size)