From ab8fb60b93cacb54e00e75da3133d2af6f1d32ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 7 Sep 2014 09:12:31 +0200 Subject: [PATCH] Added URL to curve25519 paper. --- misc/ecc-formulas.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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*} -- GitLab