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

#include <inner_product_impl.h>

Collaboration diagram for secp256k1_bulletproof_innerproduct_vfy_data:
[legend]

Public Attributes

const secp256k1_bulletproof_innerproduct_contextproof
 
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
 

Detailed Description

Definition at line 84 of file inner_product_impl.h.

Member Data Documentation

◆ abinv

secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::abinv[IP_AB_SCALARS]

Definition at line 86 of file inner_product_impl.h.

◆ proof

const secp256k1_bulletproof_innerproduct_context* secp256k1_bulletproof_innerproduct_vfy_data::proof

Definition at line 85 of file inner_product_impl.h.

◆ serialized_lr

const unsigned char* secp256k1_bulletproof_innerproduct_vfy_data::serialized_lr

Definition at line 92 of file inner_product_impl.h.

◆ xcache

secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xcache[SECP256K1_BULLETPROOF_MAX_DEPTH+1]

Definition at line 90 of file inner_product_impl.h.

◆ xsq

secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsq[SECP256K1_BULLETPROOF_MAX_DEPTH+1]

Definition at line 87 of file inner_product_impl.h.

◆ xsqinv

secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsqinv[SECP256K1_BULLETPROOF_MAX_DEPTH+1]

Definition at line 88 of file inner_product_impl.h.

◆ xsqinv_mask

secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsqinv_mask

Definition at line 91 of file inner_product_impl.h.

◆ xsqinvy

secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_data::xsqinvy[SECP256K1_BULLETPROOF_MAX_DEPTH+1]

Definition at line 89 of file inner_product_impl.h.


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