diff --git a/crypto/zkp_context.h b/crypto/zkp_context.h index 1bef171c3..769e26a09 100644 --- a/crypto/zkp_context.h +++ b/crypto/zkp_context.h @@ -6,6 +6,7 @@ #include "vendor/secp256k1-zkp/include/secp256k1_preallocated.h" int secp256k1_context_writable_randomize(secp256k1_context *context); +bool zkp_context_is_initialized(void); int zkp_context_init(void); void zkp_context_destroy(void); const secp256k1_context *zkp_context_get_read_only(void);