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

#include <circuit_impl.h>

Data Fields

secp256k1_scalar x
 
secp256k1_scalar y
 
secp256k1_scalar yinv
 
secp256k1_scalar z
 
const secp256k1_bulletproof_vfy_compressed_circuitcomp_circ
 
size_t count
 
secp256k1_ge age [3]
 
secp256k1_scalar randomizer82
 
secp256k1_ge tge [5]
 
secp256k1_scalar t
 
const secp256k1_ge * value_gen
 
const secp256k1_ge * commits
 
size_t n_gates
 
size_t n_commits
 

Detailed Description

Definition at line 304 of file circuit_impl.h.

Field Documentation

◆ age

secp256k1_ge secp256k1_bulletproof_circuit_vfy_ecmult_context::age[3]

◆ commits

const secp256k1_ge* secp256k1_bulletproof_circuit_vfy_ecmult_context::commits

◆ comp_circ

const secp256k1_bulletproof_vfy_compressed_circuit* secp256k1_bulletproof_circuit_vfy_ecmult_context::comp_circ

◆ count

size_t secp256k1_bulletproof_circuit_vfy_ecmult_context::count

◆ n_commits

size_t secp256k1_bulletproof_circuit_vfy_ecmult_context::n_commits

◆ n_gates

size_t secp256k1_bulletproof_circuit_vfy_ecmult_context::n_gates

◆ randomizer82

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::randomizer82

Definition at line 315 of file circuit_impl.h.

Referenced by secp256k1_bulletproof_circuit_vfy_callback().

◆ t

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::t

Definition at line 317 of file circuit_impl.h.

Referenced by secp256k1_bulletproof_circuit_vfy_callback().

◆ tge

secp256k1_ge secp256k1_bulletproof_circuit_vfy_ecmult_context::tge[5]

◆ value_gen

const secp256k1_ge* secp256k1_bulletproof_circuit_vfy_ecmult_context::value_gen

◆ x

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::x

Definition at line 305 of file circuit_impl.h.

Referenced by secp256k1_bulletproof_circuit_vfy_callback().

◆ y

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::y

Definition at line 306 of file circuit_impl.h.

Referenced by secp256k1_bulletproof_relation66_verify_impl().

◆ yinv

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::yinv

Definition at line 307 of file circuit_impl.h.

Referenced by secp256k1_bulletproof_relation66_verify_impl().

◆ z

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::z

Definition at line 308 of file circuit_impl.h.


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