Skip to content

Commit 7e2f395

Browse files
ecmult_gen: Export _ecmult_gen_context_is_built()
1 parent 024e154 commit 7e2f395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ecmult_gen.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ typedef struct {
134134

135135
static void secp256k1_ecmult_gen_context_build(secp256k1_ecmult_gen_context* ctx);
136136
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);
137138

138139
/** Multiply with the generator: R = a*G */
139140
static void secp256k1_ecmult_gen(const secp256k1_ecmult_gen_context* ctx, secp256k1_gej *r, const secp256k1_scalar *a);

0 commit comments

Comments
 (0)