![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <inner_product_impl.h>
Public Attributes | |
| const secp256k1_bulletproof_innerproduct_context * | proof |
| secp256k1_scalar | abinv [IP_AB_SCALARS] |
| secp256k1_scalar | xsq [SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
| secp256k1_scalar | xsqinv [SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
| secp256k1_scalar | xsqinvy [SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
| secp256k1_scalar | xcache [SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
| secp256k1_scalar | xsqinv_mask |
| const unsigned char * | serialized_lr |
Definition at line 84 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::abinv[IP_AB_SCALARS] |
Definition at line 86 of file inner_product_impl.h.
| const secp256k1_bulletproof_innerproduct_context* secp256k1_bulletproof_innerproduct_vfy_data::proof |
Definition at line 85 of file inner_product_impl.h.
| const unsigned char* secp256k1_bulletproof_innerproduct_vfy_data::serialized_lr |
Definition at line 92 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xcache[SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
Definition at line 90 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsq[SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
Definition at line 87 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsqinv[SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
Definition at line 88 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsqinv_mask |
Definition at line 91 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsqinvy[SECP256K1_BULLETPROOF_MAX_DEPTH+1] |
Definition at line 89 of file inner_product_impl.h.
1.8.17