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
Dmitry Baryshkov
nettle
Commits
7fa54ac5
Commit
7fa54ac5
authored
Jul 31, 2014
by
Niels Möller
Browse files
Fixed declarations for ecc_mul_a_eh.
parent
7425b358
Changes
1
Hide whitespace changes
Inline
Side-by-side
ecc.h
View file @
7fa54ac5
...
...
@@ -83,8 +83,8 @@ extern "C" {
#define ecc_mul_a nettle_ecc_mul_a
#define ecc_mul_g_eh_itch nettle_ecc_mul_g_eh_itch
#define ecc_mul_g_eh nettle_ecc_mul_g_eh
#define ecc_mul_eh_itch nettle_ecc_mul_eh_itch
#define ecc_mul_eh nettle_ecc_mul_eh
#define ecc_mul_
a_
eh_itch nettle_ecc_mul_
a_
eh_itch
#define ecc_mul_
a_
eh nettle_ecc_mul_
a_
eh
struct
ecc_curve
;
...
...
@@ -304,12 +304,12 @@ ecc_mul_g_eh (const struct ecc_curve *ecc, mp_limb_t *r,
const
mp_limb_t
*
np
,
mp_limb_t
*
scratch
);
mp_size_t
ecc_mul_eh_itch
(
const
struct
ecc_curve
*
ecc
);
ecc_mul_
a_
eh_itch
(
const
struct
ecc_curve
*
ecc
);
void
ecc_mul_eh
(
const
struct
ecc_curve
*
ecc
,
mp_limb_t
*
r
,
const
mp_limb_t
*
np
,
const
mp_limb_t
*
p
,
mp_limb_t
*
scratch
);
ecc_mul_
a_
eh
(
const
struct
ecc_curve
*
ecc
,
mp_limb_t
*
r
,
const
mp_limb_t
*
np
,
const
mp_limb_t
*
p
,
mp_limb_t
*
scratch
);
#ifdef __cplusplus
...
...
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