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
Nettle
nettle
Commits
a27bf856
Commit
a27bf856
authored
Sep 22, 2014
by
Niels Möller
Browse files
Fixed prototype for native ecc_384_modp.
parent
56079909
Changes
1
Hide whitespace changes
Inline
Side-by-side
ecc-384.c
View file @
a27bf856
...
...
@@ -49,7 +49,7 @@
#if HAVE_NATIVE_ecc_384_modp
#define ecc_384_modp nettle_ecc_384_modp
void
ecc_384_modp
(
const
struct
ecc_
curve
*
ecc
,
mp_limb_t
*
rp
);
ecc_384_modp
(
const
struct
ecc_
modulo
*
m
,
mp_limb_t
*
rp
);
#elif GMP_NUMB_BITS == 32
/* Use that 2^{384} = 2^{128} + 2^{96} - 2^{32} + 1, and eliminate 256
...
...
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