From: Niels Möller Date: Tue, 2 Sep 2014 19:38:52 +0000 (+0200) Subject: Fixed sign error in comment. X-Git-Tag: nettle_3.1rc1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e24e947de21d0c27db8b67bcf80911a3891ae2e;p=thirdparty%2Fnettle.git Fixed sign error in comment. --- diff --git a/ecc-eh-to-a.c b/ecc-eh-to-a.c index 80a450d9..ed0d09aa 100644 --- a/ecc-eh-to-a.c +++ b/ecc-eh-to-a.c @@ -62,7 +62,7 @@ ecc_eh_to_a (const struct ecc_curve *ecc, #define up p #define vp (p + ecc->size) #define wp (p + 2*ecc->size) - /* x = (v+1)/(v-1), y = t x / u (with t = sqrt(b+2)) + /* x = (1+v)/(1-v), y = t x / u (with t = sqrt(b+2)) In homogeneous coordinates,