Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
72ce18a9
Commit
72ce18a9
authored
Jul 23, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix.
parent
c68cc1f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ecc-25519.c
ecc-25519.c
+2
-2
No files found.
ecc-25519.c
View file @
72ce18a9
/* ecc-25519
/* ecc-25519
.c
Arithmetic and tables for curve25519,
...
...
@@ -62,7 +62,7 @@ ecc_25519_modp(const struct ecc_curve *ecc UNUSED, mp_limb_t *rp)
/* We'll also need square roots, see
http://www.math.vt.edu/people/brown/doc/sqrts.pdf for a description
of Shanks-Tonelli.
The needed
quadratic non-residue is
3
. */
of Shanks-Tonelli.
A
quadratic non-residue is
2
. */
const
struct
ecc_curve
nettle_curve25519
=
{
...
...
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