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
Nettle
nettle
Commits
b4115a0a
Commit
b4115a0a
authored
Jun 20, 2016
by
Niels Möller
Browse files
Add FIXME comment.
parent
ecee4903
Changes
1
Hide whitespace changes
Inline
Side-by-side
curve25519-mul.c
View file @
b4115a0a
...
...
@@ -122,6 +122,7 @@ curve25519_mul (uint8_t *q, const uint8_t *n, const uint8_t *p)
ecc_modp_sqr
(
ecc
,
DA
,
C
);
ecc_modp_mul
(
ecc
,
z3
,
DA
,
x1
);
/* FIXME: Could be combined with the loop's initial cnd_swap. */
cnd_swap
(
bit
,
x2
,
x3
,
2
*
ecc
->
p
.
size
);
}
/* Do the 3 low zero bits, just duplicating x2 */
...
...
Write
Preview
Markdown
is supported
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