We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024e154 commit 7e2f395Copy full SHA for 7e2f395
src/ecmult_gen.h
@@ -134,6 +134,7 @@ typedef struct {
134
135
static void secp256k1_ecmult_gen_context_build(secp256k1_ecmult_gen_context* ctx);
136
static void secp256k1_ecmult_gen_context_clear(secp256k1_ecmult_gen_context* ctx);
137
+static int secp256k1_ecmult_gen_context_is_built(const secp256k1_ecmult_gen_context* ctx);
138
139
/** Multiply with the generator: R = a*G */
140
static void secp256k1_ecmult_gen(const secp256k1_ecmult_gen_context* ctx, secp256k1_gej *r, const secp256k1_scalar *a);
0 commit comments