]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Delete old misleading comment.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 20 Jan 2021 08:32:35 +0000 (09:32 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 20 Jan 2021 08:32:35 +0000 (09:32 +0100)
ecc-ecdsa-sign.c

index 93cbbe7eeb15de8e3ef5a04c34e4c758edbedd1e..f323196e030f84ba262eae88fea7610612459301 100644 (file)
@@ -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