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
470b5df2
Commit
470b5df2
authored
Oct 04, 2014
by
Niels Möller
Browse files
Drop an unneeded local cy variable.
parent
500d5b63
Changes
1
Hide whitespace changes
Inline
Side-by-side
ecc-eh-to-a.c
View file @
470b5df2
...
...
@@ -79,7 +79,6 @@ ecc_eh_to_a (const struct ecc_curve *ecc,
/* Reduce modulo q. FIXME: Hardcoded for curve25519,
duplicates end of ecc_25519_modq. FIXME: Is this needed
at all? Full reduction mod p is maybe sufficient. */
mp_limb_t
cy
;
unsigned
shift
;
assert
(
ecc
->
p
.
bit_size
==
255
);
shift
=
252
-
GMP_NUMB_BITS
*
(
ecc
->
p
.
size
-
1
);
...
...
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