Skip to content
Snippets Groups Projects
Commit ab8fb60b authored by Niels Möller's avatar Niels Möller
Browse files

Added URL to curve25519 paper.

parent d51ff03e
No related branches found
No related tags found
No related merge requests found
...@@ -231,8 +231,9 @@ Curve25519 is defined as the Montgomery curve ...@@ -231,8 +231,9 @@ Curve25519 is defined as the Montgomery curve
\begin{equation*} \begin{equation*}
y^2 = x^3 + b x^2 + x \pmod p y^2 = x^3 + b x^2 + x \pmod p
\end{equation*} \end{equation*}
with $b = 486662$ and $p = 2^{255} -19$. It is equivalent to the with $b = 486662$ and $p = 2^{255} -19$. See
Edwards curve \url{http://cr.yp.to/ecdh/curve25519-20060209.pdf}. It is equivalent
to the Edwards curve
\begin{equation*} \begin{equation*}
u^2 + v^2 = 1 + d u^2 v^2 \pmod p u^2 + v^2 = 1 + d u^2 v^2 \pmod p
\end{equation*} \end{equation*}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment