|
purify
C++ Purify implementation with native circuit and BPP support
|
Data Fields | |
| size_t | n_gates |
| secp256k1_context * | ctx |
| secp256k1_scratch_space * | scratch |
| secp256k1_bulletproof_generators * | gens |
Definition at line 85 of file bppp_bridge.c.
| secp256k1_context* purify_bulletproof_backend_resources::ctx |
| secp256k1_bulletproof_generators* purify_bulletproof_backend_resources::gens |
| size_t purify_bulletproof_backend_resources::n_gates |
Definition at line 86 of file bppp_bridge.c.
Referenced by purify_bulletproof_backend_resources_clone(), purify_bulletproof_backend_resources_create(), purify_bulletproof_prove_circuit_impl(), and purify_bulletproof_verify_circuit_impl().
| secp256k1_scratch_space* purify_bulletproof_backend_resources::scratch |