Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
b4115a0a
Commit
b4115a0a
authored
Jun 20, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add FIXME comment.
parent
ecee4903
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
curve25519-mul.c
curve25519-mul.c
+1
-0
No files found.
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