|
purify
C++ Purify implementation with native circuit and BPP support
|
Data Fields | |
| size_t | generators_count |
| secp256k1_context * | ctx |
| secp256k1_scratch_space * | scratch |
| secp256k1_bppp_generators * | gens |
| secp256k1_bppp_generators | gens_scratch |
| int | gens_scratch_in_use |
Definition at line 92 of file bppp_bridge.c.
| secp256k1_context* purify_bppp_backend_resources::ctx |
Definition at line 94 of file bppp_bridge.c.
Referenced by purify_bppp_backend_resources_clone(), purify_bppp_backend_resources_create(), purify_bppp_backend_resources_destroy(), purify_bppp_commit_norm_arg_impl(), purify_bppp_commit_witness_only_impl(), purify_bppp_prove_norm_arg_impl(), purify_bppp_prove_norm_arg_to_commitment_impl(), and purify_bppp_verify_norm_arg_impl().
| size_t purify_bppp_backend_resources::generators_count |
Definition at line 93 of file bppp_bridge.c.
Referenced by purify_bppp_backend_resources_clone(), purify_bppp_backend_resources_create(), purify_bppp_backend_resources_reset_scratch_gens(), purify_bppp_commit_norm_arg_impl(), purify_bppp_commit_norm_arg_with_resources(), purify_bppp_commit_witness_only_impl(), purify_bppp_commit_witness_only_with_resources(), purify_bppp_prove_norm_arg_impl(), purify_bppp_prove_norm_arg_to_commitment_impl(), purify_bppp_prove_norm_arg_to_commitment_with_resources(), purify_bppp_prove_norm_arg_with_resources(), purify_bppp_verify_norm_arg_impl(), and purify_bppp_verify_norm_arg_with_resources().
| secp256k1_bppp_generators* purify_bppp_backend_resources::gens |
Definition at line 96 of file bppp_bridge.c.
Referenced by purify_bppp_backend_resources_clone(), purify_bppp_backend_resources_create(), purify_bppp_backend_resources_destroy(), purify_bppp_backend_resources_reset_scratch_gens(), purify_bppp_commit_norm_arg_impl(), purify_bppp_commit_witness_only_impl(), and purify_bppp_verify_norm_arg_impl().
| secp256k1_bppp_generators purify_bppp_backend_resources::gens_scratch |
| int purify_bppp_backend_resources::gens_scratch_in_use |
Definition at line 98 of file bppp_bridge.c.
Referenced by purify_bppp_backend_resources_acquire_scratch_gens(), and purify_bppp_backend_resources_release_scratch_gens().
| secp256k1_scratch_space* purify_bppp_backend_resources::scratch |
Definition at line 95 of file bppp_bridge.c.
Referenced by purify_bppp_backend_resources_clone(), purify_bppp_backend_resources_create(), purify_bppp_backend_resources_destroy(), purify_bppp_commit_norm_arg_impl(), purify_bppp_commit_witness_only_impl(), purify_bppp_prove_norm_arg_impl(), purify_bppp_prove_norm_arg_to_commitment_impl(), and purify_bppp_verify_norm_arg_impl().