summaryrefslogtreecommitdiff
path: root/ecc-ecdsa-sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'ecc-ecdsa-sign.c')
-rw-r--r--ecc-ecdsa-sign.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc-ecdsa-sign.c b/ecc-ecdsa-sign.c
index 93cbbe7e..f323196e 100644
--- a/ecc-ecdsa-sign.c
+++ b/ecc-ecdsa-sign.c
@@ -64,7 +64,7 @@ ecc_ecdsa_sign (const struct ecc_curve *ecc,
mp_limb_t *scratch)
{
#define P scratch
-#define kinv scratch /* Needs 5*ecc->p.size for computation */
+#define kinv scratch
#define hp (scratch + ecc->p.size) /* NOTE: ecc->p.size + 1 limbs! */
#define tp (scratch + 2*ecc->p.size)
/* Procedure, according to RFC 6090, "KT-I". q denotes the group