PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
secp256k1_bulletproof_innerproduct_context Struct Reference

#include <inner_product_impl.h>

Public Attributes

const unsigned char * proof
 
secp256k1_scalar p_offs
 
secp256k1_scalar yinv
 
unsigned char commit [32]
 
secp256k1_bulletproof_vfy_callbackrangeproof_cb
 
void * rangeproof_cb_data
 
size_t n_extra_rangeproof_points
 

Detailed Description

Definition at line 73 of file inner_product_impl.h.

Member Data Documentation

◆ commit

unsigned char secp256k1_bulletproof_innerproduct_context::commit[32]

Definition at line 77 of file inner_product_impl.h.

◆ n_extra_rangeproof_points

size_t secp256k1_bulletproof_innerproduct_context::n_extra_rangeproof_points

Definition at line 80 of file inner_product_impl.h.

◆ p_offs

secp256k1_scalar secp256k1_bulletproof_innerproduct_context::p_offs

Definition at line 75 of file inner_product_impl.h.

◆ proof

const unsigned char* secp256k1_bulletproof_innerproduct_context::proof

Definition at line 74 of file inner_product_impl.h.

◆ rangeproof_cb

secp256k1_bulletproof_vfy_callback* secp256k1_bulletproof_innerproduct_context::rangeproof_cb

Definition at line 78 of file inner_product_impl.h.

◆ rangeproof_cb_data

void* secp256k1_bulletproof_innerproduct_context::rangeproof_cb_data

Definition at line 79 of file inner_product_impl.h.

◆ yinv

secp256k1_scalar secp256k1_bulletproof_innerproduct_context::yinv

Definition at line 76 of file inner_product_impl.h.


The documentation for this struct was generated from the following file: