Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
ab8fb60b
Commit
ab8fb60b
authored
Sep 07, 2014
by
Niels Möller
Browse files
Added URL to curve25519 paper.
parent
d51ff03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
misc/ecc-formulas.tex
View file @
ab8fb60b
...
...
@@ -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*}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment