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
Nettle
nettle
Commits
1b72f61d
Commit
1b72f61d
authored
Sep 09, 2014
by
Niels Möller
Browse files
FIXME comment.
parent
5832cdfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
curve25519.h
View file @
1b72f61d
...
...
@@ -47,6 +47,7 @@ extern "C" {
void
curve25519_mul_g
(
uint8_t
*
q
,
const
uint8_t
*
n
);
/* FIXME: Switch to void return type? */
int
curve25519_mul
(
uint8_t
*
q
,
const
uint8_t
*
n
,
const
uint8_t
*
p
);
...
...
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