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
983c542d
Commit
983c542d
authored
Aug 27, 2014
by
Niels Möller
Browse files
Use q_bit_size for ecc_modq_inv.
parent
a6af0cc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ecc-modq.c
View file @
983c542d
...
...
@@ -64,5 +64,5 @@ void
ecc_modq_inv
(
const
struct
ecc_curve
*
ecc
,
mp_limb_t
*
rp
,
mp_limb_t
*
ap
,
mp_limb_t
*
scratch
)
{
sec_modinv
(
rp
,
ap
,
ecc
->
size
,
ecc
->
q
,
ecc
->
qp1h
,
ecc
->
bit_size
,
scratch
);
sec_modinv
(
rp
,
ap
,
ecc
->
size
,
ecc
->
q
,
ecc
->
qp1h
,
ecc
->
q_
bit_size
,
scratch
);
}
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