Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wim Lewis
nettle
Commits
7fa54ac5
Commit
7fa54ac5
authored
10 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Fixed declarations for ecc_mul_a_eh.
parent
7425b358
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ecc.h
+7
-7
7 additions, 7 deletions
ecc.h
with
7 additions
and
7 deletions
ecc.h
+
7
−
7
View file @
7fa54ac5
...
@@ -83,8 +83,8 @@ extern "C" {
...
@@ -83,8 +83,8 @@ extern "C" {
#define ecc_mul_a nettle_ecc_mul_a
#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_itch nettle_ecc_mul_g_eh_itch
#define ecc_mul_g_eh nettle_ecc_mul_g_eh
#define ecc_mul_g_eh nettle_ecc_mul_g_eh
#define ecc_mul_eh_itch nettle_ecc_mul_eh_itch
#define ecc_mul_
a_
eh_itch nettle_ecc_mul_
a_
eh_itch
#define ecc_mul_eh nettle_ecc_mul_eh
#define ecc_mul_
a_
eh nettle_ecc_mul_
a_
eh
struct
ecc_curve
;
struct
ecc_curve
;
...
@@ -304,12 +304,12 @@ ecc_mul_g_eh (const struct ecc_curve *ecc, mp_limb_t *r,
...
@@ -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
);
const
mp_limb_t
*
np
,
mp_limb_t
*
scratch
);
mp_size_t
mp_size_t
ecc_mul_eh_itch
(
const
struct
ecc_curve
*
ecc
);
ecc_mul_
a_
eh_itch
(
const
struct
ecc_curve
*
ecc
);
void
void
ecc_mul_eh
(
const
struct
ecc_curve
*
ecc
,
ecc_mul_
a_
eh
(
const
struct
ecc_curve
*
ecc
,
mp_limb_t
*
r
,
mp_limb_t
*
r
,
const
mp_limb_t
*
np
,
const
mp_limb_t
*
p
,
const
mp_limb_t
*
np
,
const
mp_limb_t
*
p
,
mp_limb_t
*
scratch
);
mp_limb_t
*
scratch
);
#ifdef __cplusplus
#ifdef __cplusplus
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment