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