]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Commment fix.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 16 Oct 2017 19:52:05 +0000 (21:52 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 16 Oct 2017 19:52:05 +0000 (21:52 +0200)
ecc.h

diff --git a/ecc.h b/ecc.h
index c67ccdc34483c1a88498afdba504ba4e962aab8e..93fc9e8795a912f885ac78dc94fdbe5c4587cc93 100644 (file)
--- 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.