From: Niels Möller Date: Sun, 7 Sep 2014 07:12:31 +0000 (+0200) Subject: Added URL to curve25519 paper. X-Git-Tag: nettle_3.1rc1~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab8fb60b93cacb54e00e75da3133d2af6f1d32ec;p=thirdparty%2Fnettle.git Added URL to curve25519 paper. --- diff --git a/misc/ecc-formulas.tex b/misc/ecc-formulas.tex index e347dcd9..d696ca50 100644 --- a/misc/ecc-formulas.tex +++ b/misc/ecc-formulas.tex @@ -231,8 +231,9 @@ Curve25519 is defined as the Montgomery curve \begin{equation*} y^2 = x^3 + b x^2 + x \pmod p \end{equation*} -with $b = 486662$ and $p = 2^{255} -19$. It is equivalent to the -Edwards curve +with $b = 486662$ and $p = 2^{255} -19$. See +\url{http://cr.yp.to/ecdh/curve25519-20060209.pdf}. It is equivalent +to the Edwards curve \begin{equation*} u^2 + v^2 = 1 + d u^2 v^2 \pmod p \end{equation*}