purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
secp_context.h
Go to the documentation of this file.
1// Copyright (c) 2026 Judica, Inc.
2// Distributed under the MIT software license, see the accompanying
3// file COPYING or https://opensource.org/license/mit/.
4
10#pragma once
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
18
21
24
25#ifdef __cplusplus
26} // extern "C"
27#endif
void purify_secp_context_destroy(purify_secp_context *context)
Destroys a context returned by purify_secp_context_create.
Definition bppp_bridge.c:69
purify_secp_context * purify_secp_context_create(void)
Creates one reusable secp256k1 context for the Purify bridge and public APIs.
Definition bppp_bridge.c:46