Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
1e14955a
Commit
1e14955a
authored
Aug 28, 2014
by
Niels Möller
Browse files
Deleted unused variable.
parent
d5ca2c64
Changes
1
Show whitespace changes
Inline
Side-by-side
ecc-ecdsa-sign.c
View file @
1e14955a
...
...
@@ -61,7 +61,6 @@ ecc_ecdsa_sign (const struct ecc_curve *ecc,
mp_limb_t
*
rp
,
mp_limb_t
*
sp
,
mp_limb_t
*
scratch
)
{
mp_limb_t
cy
;
#define P scratch
#define kinv scratch
/* Needs 5*ecc->size for computation */
#define hp (scratch + ecc->size)
/* NOTE: ecc->size + 1 limbs! */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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