Skip to content
Snippets Groups Projects
Commit 1b72f61d authored by Niels Möller's avatar Niels Möller
Browse files

FIXME comment.

parent 5832cdfb
No related branches found
No related tags found
No related merge requests found
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment