File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_keypair_xonly_tweak_add
243
243
const unsigned char * tweak32
244
244
) SECP256K1_ARG_NONNULL (1 ) SECP256K1_ARG_NONNULL (2 ) SECP256K1_ARG_NONNULL (3 );
245
245
246
+ #ifdef ENABLE_MODULE_BATCH
246
247
/** Adds the given tweaked pubkey check data to secp256k1_batch.
247
248
*
248
249
* The tweaked pubkey is represented by its 32-byte x-only serialization and
@@ -269,6 +270,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_batch_add_xonlypub_twea
269
270
const secp256k1_xonly_pubkey * internal_pubkey ,
270
271
const unsigned char * tweak32
271
272
) SECP256K1_ARG_NONNULL (1 ) SECP256K1_ARG_NONNULL (2 ) SECP256K1_ARG_NONNULL (3 ) SECP256K1_ARG_NONNULL (5 ) SECP256K1_ARG_NONNULL (6 );
273
+ #endif
272
274
273
275
#ifdef __cplusplus
274
276
}
Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_schnorrsig_verify(
176
176
const secp256k1_xonly_pubkey * pubkey
177
177
) SECP256K1_ARG_NONNULL (1 ) SECP256K1_ARG_NONNULL (2 ) SECP256K1_ARG_NONNULL (5 );
178
178
179
+ #ifdef ENABLE_MODULE_BATCH
179
180
/** Adds the given schnorrsig verification data to secp256k1_batch.
180
181
*
181
182
* Returns 1 on success, 0 on failure.
@@ -194,6 +195,7 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_batch_add_schnorrsig(
194
195
size_t msglen ,
195
196
const secp256k1_xonly_pubkey * pubkey
196
197
) SECP256K1_ARG_NONNULL (1 ) SECP256K1_ARG_NONNULL (3 ) SECP256K1_ARG_NONNULL (6 );
198
+ #endif
197
199
198
200
#ifdef __cplusplus
199
201
}
You can’t perform that action at this time.
0 commit comments