![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <inner_product_impl.h>
Public Attributes | |
| secp256k1_scalar | x [SECP256K1_BULLETPROOF_MAX_DEPTH] |
| secp256k1_scalar | xinv [SECP256K1_BULLETPROOF_MAX_DEPTH] |
| secp256k1_scalar | yinv |
| secp256k1_scalar | yinvn |
| const secp256k1_ge * | geng |
| const secp256k1_ge * | genh |
| const secp256k1_ge * | g |
| const secp256k1_scalar * | a |
| const secp256k1_scalar * | b |
| secp256k1_scalar | g_sc |
| size_t | grouping |
| size_t | n |
Definition at line 507 of file inner_product_impl.h.
| const secp256k1_scalar* secp256k1_bulletproof_innerproduct_pf_ecmult_context::a |
Definition at line 515 of file inner_product_impl.h.
| const secp256k1_scalar* secp256k1_bulletproof_innerproduct_pf_ecmult_context::b |
Definition at line 516 of file inner_product_impl.h.
| const secp256k1_ge* secp256k1_bulletproof_innerproduct_pf_ecmult_context::g |
Definition at line 514 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_pf_ecmult_context::g_sc |
Definition at line 517 of file inner_product_impl.h.
| const secp256k1_ge* secp256k1_bulletproof_innerproduct_pf_ecmult_context::geng |
Definition at line 512 of file inner_product_impl.h.
| const secp256k1_ge* secp256k1_bulletproof_innerproduct_pf_ecmult_context::genh |
Definition at line 513 of file inner_product_impl.h.
| size_t secp256k1_bulletproof_innerproduct_pf_ecmult_context::grouping |
Definition at line 518 of file inner_product_impl.h.
| size_t secp256k1_bulletproof_innerproduct_pf_ecmult_context::n |
Definition at line 519 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_pf_ecmult_context::x[SECP256K1_BULLETPROOF_MAX_DEPTH] |
Definition at line 508 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_pf_ecmult_context::xinv[SECP256K1_BULLETPROOF_MAX_DEPTH] |
Definition at line 509 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_pf_ecmult_context::yinv |
Definition at line 510 of file inner_product_impl.h.
| secp256k1_scalar secp256k1_bulletproof_innerproduct_pf_ecmult_context::yinvn |
Definition at line 511 of file inner_product_impl.h.
1.8.17