summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-07-23 23:17:38 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-07-23 23:17:38 +0200
commit72ce18a9657a8aef3d4693c4b36e97ba55de009f (patch)
tree3ff941e26d08b0c3a9b1f067433aeac30acab828
parentc68cc1f05fe738bef97341face72e516490df209 (diff)
downloadnettle-72ce18a9657a8aef3d4693c4b36e97ba55de009f.tar.gz
Comment fix.
-rw-r--r--ecc-25519.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecc-25519.c b/ecc-25519.c
index 806dfd98..18f38964 100644
--- a/ecc-25519.c
+++ b/ecc-25519.c
@@ -1,4 +1,4 @@
-/* ecc-25519
+/* ecc-25519.c
Arithmetic and tables for curve25519,
@@ -62,7 +62,7 @@ ecc_25519_modp(const struct ecc_curve *ecc UNUSED, mp_limb_t *rp)
/* We'll also need square roots, see
http://www.math.vt.edu/people/brown/doc/sqrts.pdf for a description
- of Shanks-Tonelli. The needed quadratic non-residue is 3. */
+ of Shanks-Tonelli. A quadratic non-residue is 2. */
const struct ecc_curve nettle_curve25519 =
{