aboutsummaryrefslogtreecommitdiff
path: root/src/ecmult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ecmult.h')
-rw-r--r--src/ecmult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ecmult.h b/src/ecmult.h
index e3cf18b680..15a7100a4a 100644
--- a/src/ecmult.h
+++ b/src/ecmult.h
@@ -14,6 +14,6 @@ static void secp256k1_ecmult_start(void);
static void secp256k1_ecmult_stop(void);
/** Double multiply: R = na*A + ng*G */
-static void secp256k1_ecmult(secp256k1_gej_t *r, const secp256k1_gej_t *a, const secp256k1_num_t *na, const secp256k1_num_t *ng);
+static void secp256k1_ecmult(secp256k1_gej_t *r, const secp256k1_gej_t *a, const secp256k1_scalar_t *na, const secp256k1_scalar_t *ng);
#endif