Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
ab8fb60b
Commit
ab8fb60b
authored
Sep 07, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added URL to curve25519 paper.
parent
d51ff03e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
misc/ecc-formulas.tex
misc/ecc-formulas.tex
+3
-2
No files found.
misc/ecc-formulas.tex
View file @
ab8fb60b
...
@@ -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*}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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