FIXME comment.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 9 Sep 2014 18:47:05 +0000 (20:47 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 9 Sep 2014 18:47:05 +0000 (20:47 +0200)
curve25519.h

index bcf579d7ca2e41be1d59379ed7b0792217b77855..a53ac2305c7f126f9038a58f214ca4a3c62d0d80 100644 (file)
@@ -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);