|
purify
C++ Purify implementation with native circuit and BPP support
|
#include <inner_product_impl.h>
Data Fields | |
| const unsigned char * | proof |
| secp256k1_scalar | p_offs |
| secp256k1_scalar | yinv |
| unsigned char | commit [32] |
| secp256k1_bulletproof_vfy_callback * | rangeproof_cb |
| void * | rangeproof_cb_data |
| size_t | n_extra_rangeproof_points |
Definition at line 24 of file inner_product_impl.h.
| unsigned char secp256k1_bulletproof_innerproduct_context::commit[32] |
Definition at line 28 of file inner_product_impl.h.
| size_t secp256k1_bulletproof_innerproduct_context::n_extra_rangeproof_points |
Definition at line 31 of file inner_product_impl.h.
Referenced by secp256k1_bulletproof_inner_product_verify_impl(), secp256k1_bulletproof_innerproduct_vfy_ecmult_callback(), and secp256k1_bulletproof_relation66_verify_impl().
| secp256k1_scalar secp256k1_bulletproof_innerproduct_context::p_offs |
Definition at line 26 of file inner_product_impl.h.
Referenced by secp256k1_bulletproof_relation66_verify_impl().
| const unsigned char* secp256k1_bulletproof_innerproduct_context::proof |
Definition at line 25 of file inner_product_impl.h.
Referenced by secp256k1_bulletproof_inner_product_verify_impl(), and secp256k1_bulletproof_relation66_verify_impl().
| secp256k1_bulletproof_vfy_callback* secp256k1_bulletproof_innerproduct_context::rangeproof_cb |
Definition at line 29 of file inner_product_impl.h.
Referenced by secp256k1_bulletproof_innerproduct_vfy_ecmult_callback(), and secp256k1_bulletproof_relation66_verify_impl().
| void* secp256k1_bulletproof_innerproduct_context::rangeproof_cb_data |
Definition at line 30 of file inner_product_impl.h.
Referenced by secp256k1_bulletproof_innerproduct_vfy_ecmult_callback(), and secp256k1_bulletproof_relation66_verify_impl().
| secp256k1_scalar secp256k1_bulletproof_innerproduct_context::yinv |
Definition at line 27 of file inner_product_impl.h.
Referenced by secp256k1_bulletproof_inner_product_verify_impl(), and secp256k1_bulletproof_relation66_verify_impl().