summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2017-10-16 21:52:05 +0200
committerNiels Möller <nisse@lysator.liu.se>2017-10-16 21:52:05 +0200
commitd911e05e3c82867f21f91200ef5dc0baf399be8e (patch)
tree13cbd3f7cbf6dc8bbbdcf57632f4c74bdf74fe67
parente8cc2b0e08843854286fe032eadda45a24da2ea8 (diff)
downloadnettle-d911e05e3c82867f21f91200ef5dc0baf399be8e.tar.gz
Commment fix.
-rw-r--r--ecc.h4
1 files changed, 2 insertions, 2 deletions
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.