From: Niels Möller Date: Mon, 16 Oct 2017 19:52:05 +0000 (+0200) Subject: Commment fix. X-Git-Tag: nettle_3.4rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d911e05e3c82867f21f91200ef5dc0baf399be8e;p=thirdparty%2Fnettle.git Commment fix. --- diff --git a/ecc.h b/ecc.h index c67ccdc3..93fc9e87 100644 --- a/ecc.h +++ b/ecc.h @@ -121,8 +121,8 @@ ecc_point_mul_g (struct ecc_point *r, const struct ecc_scalar *n); /* Points on a curve are represented as arrays of mp_limb_t, with curve-specific representation. For the secp curves, we use Jacobian - coordinates (possibly in Montgomery for for mod multiplication). - For curve25519 we use homogeneous coordiantes on an equivalent + coordinates (possibly in Montgomery form for mod multiplication). + For curve25519 we use homogeneous coordinates on an equivalent Edwards curve. The suffix "_h" denotes this internal representation.