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
7ef18d1e
Commit
7ef18d1e
authored
Jul 07, 2018
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment fix.
parent
555dd6d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ecc-25519.c
ecc-25519.c
+1
-1
No files found.
ecc-25519.c
View file @
7ef18d1e
...
...
@@ -127,7 +127,7 @@ ecc_mod_pow_2kp1 (const struct ecc_modulo *m,
ecc_mod_mul
(
m
,
rp
,
tp
,
xp
);
}
/* Computes a^{(p-5)/8} = a^{2^{252-3}
}
mod m. Needs 5 * n scratch
/* Computes a^{(p-5)/8} = a^{2^{252
}
-3} mod m. Needs 5 * n scratch
space. */
static
void
ecc_mod_pow_252m3
(
const
struct
ecc_modulo
*
m
,
...
...
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