[PATCH] typo
Markus Teich
teichm at in.tum.de
Mon Jul 21 22:50:27 CEST 2014
---
mpi/ec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpi/ec.c b/mpi/ec.c
index 4f35de0..2dd1397 100644
--- a/mpi/ec.c
+++ b/mpi/ec.c
@@ -999,7 +999,7 @@ add_points_edwards (mpi_point_t result,
#define G (ctx->t.scratch[6])
#define tmp (ctx->t.scratch[7])
- /* Compute: (X_3 : Y_3 : Z_3) = (X_1 : Y_1 : Z_1) + (X_2 : Y_2 : Z_3) */
+ /* Compute: (X_3 : Y_3 : Z_3) = (X_1 : Y_1 : Z_1) + (X_2 : Y_2 : Z_2) */
/* A = Z1 · Z2 */
ec_mulm (A, Z1, Z2, ctx);
--
1.8.5.5
More information about the Gcrypt-devel
mailing list