purify
C++ Purify implementation with native circuit and BPP support
Loading...
Searching...
No Matches
secp256k1_bulletproof_innerproduct_context Struct Reference

#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_callbackrangeproof_cb
 
void * rangeproof_cb_data
 
size_t n_extra_rangeproof_points
 

Detailed Description

Definition at line 24 of file inner_product_impl.h.

Field Documentation

◆ commit

unsigned char secp256k1_bulletproof_innerproduct_context::commit[32]

Definition at line 28 of file inner_product_impl.h.

◆ n_extra_rangeproof_points

size_t secp256k1_bulletproof_innerproduct_context::n_extra_rangeproof_points

◆ p_offs

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().

◆ proof

const unsigned char* secp256k1_bulletproof_innerproduct_context::proof

◆ rangeproof_cb

secp256k1_bulletproof_vfy_callback* secp256k1_bulletproof_innerproduct_context::rangeproof_cb

◆ rangeproof_cb_data

void* secp256k1_bulletproof_innerproduct_context::rangeproof_cb_data

◆ yinv

secp256k1_scalar secp256k1_bulletproof_innerproduct_context::yinv

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