From 2e24e947de21d0c27db8b67bcf80911a3891ae2e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 2 Sep 2014 21:38:52 +0200
Subject: [PATCH] Fixed sign error in comment.

---
 ecc-eh-to-a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
 
-- 
GitLab