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

#include <inner_product_impl.h>

Data Fields

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
 

Detailed Description

Definition at line 423 of file inner_product_impl.h.

Field Documentation

◆ a

const secp256k1_scalar* secp256k1_bulletproof_innerproduct_pf_ecmult_context::a

◆ b

const secp256k1_scalar* secp256k1_bulletproof_innerproduct_pf_ecmult_context::b

◆ g

const secp256k1_ge* secp256k1_bulletproof_innerproduct_pf_ecmult_context::g

◆ g_sc

secp256k1_scalar secp256k1_bulletproof_innerproduct_pf_ecmult_context::g_sc

◆ geng

◆ genh

◆ grouping

◆ n

◆ x

◆ xinv

◆ yinv

◆ yinvn


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