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

#include <inner_product_impl.h>

Data Fields

size_t n_proofs
 
secp256k1_scalar p_offs
 
const secp256k1_ge * g
 
const secp256k1_ge * geng
 
const secp256k1_ge * genh
 
size_t vec_len
 
size_t lg_vec_len
 
int shared_g
 
secp256k1_scalar * randomizer
 
secp256k1_bulletproof_innerproduct_vfy_dataproof
 

Detailed Description

Definition at line 54 of file inner_product_impl.h.

Field Documentation

◆ g

const secp256k1_ge* secp256k1_bulletproof_innerproduct_vfy_ecmult_context::g

◆ geng

const secp256k1_ge* secp256k1_bulletproof_innerproduct_vfy_ecmult_context::geng

◆ genh

const secp256k1_ge* secp256k1_bulletproof_innerproduct_vfy_ecmult_context::genh

◆ lg_vec_len

size_t secp256k1_bulletproof_innerproduct_vfy_ecmult_context::lg_vec_len

◆ n_proofs

size_t secp256k1_bulletproof_innerproduct_vfy_ecmult_context::n_proofs

◆ p_offs

secp256k1_scalar secp256k1_bulletproof_innerproduct_vfy_ecmult_context::p_offs

◆ proof

secp256k1_bulletproof_innerproduct_vfy_data* secp256k1_bulletproof_innerproduct_vfy_ecmult_context::proof

◆ randomizer

secp256k1_scalar* secp256k1_bulletproof_innerproduct_vfy_ecmult_context::randomizer

◆ shared_g

int secp256k1_bulletproof_innerproduct_vfy_ecmult_context::shared_g

◆ vec_len

size_t secp256k1_bulletproof_innerproduct_vfy_ecmult_context::vec_len

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