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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
21c9be59
Commit
21c9be59
authored
Jan 2, 2020
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Fix comment typo.
parent
b641a4b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ecc-internal.h
+1
-1
1 addition, 1 deletion
ecc-internal.h
with
1 addition
and
1 deletion
ecc-internal.h
+
1
−
1
View file @
21c9be59
...
@@ -154,7 +154,7 @@ struct ecc_modulo
...
@@ -154,7 +154,7 @@ struct ecc_modulo
/* B^size mod m. Expected to have at least 32 leading zeros
/* B^size mod m. Expected to have at least 32 leading zeros
(equality for secp_256r1). */
(equality for secp_256r1). */
const
mp_limb_t
*
B
;
const
mp_limb_t
*
B
;
/* 2^{bit_size} -
p
, same value as above, but shifted. */
/* 2^{bit_size} -
m
, same value as above, but shifted. */
const
mp_limb_t
*
B_shifted
;
const
mp_limb_t
*
B_shifted
;
/* m +/- 1, for redc, excluding redc_size low limbs. */
/* m +/- 1, for redc, excluding redc_size low limbs. */
const
mp_limb_t
*
redc_mpm1
;
const
mp_limb_t
*
redc_mpm1
;
...
...
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