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

#include <circuit_impl.h>

Collaboration diagram for secp256k1_bulletproof_circuit_vfy_ecmult_context:
[legend]

Public Attributes

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_gevalue_gen
 
const secp256k1_gecommits
 
size_t n_gates
 
size_t n_commits
 

Detailed Description

Definition at line 300 of file circuit_impl.h.

Member Data Documentation

◆ age

secp256k1_ge secp256k1_bulletproof_circuit_vfy_ecmult_context::age[3]

Definition at line 309 of file circuit_impl.h.

◆ commits

const secp256k1_ge* secp256k1_bulletproof_circuit_vfy_ecmult_context::commits

Definition at line 315 of file circuit_impl.h.

◆ comp_circ

const secp256k1_bulletproof_vfy_compressed_circuit* secp256k1_bulletproof_circuit_vfy_ecmult_context::comp_circ

Definition at line 305 of file circuit_impl.h.

◆ count

size_t secp256k1_bulletproof_circuit_vfy_ecmult_context::count

Definition at line 307 of file circuit_impl.h.

◆ n_commits

size_t secp256k1_bulletproof_circuit_vfy_ecmult_context::n_commits

Definition at line 317 of file circuit_impl.h.

◆ n_gates

size_t secp256k1_bulletproof_circuit_vfy_ecmult_context::n_gates

Definition at line 316 of file circuit_impl.h.

◆ randomizer82

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::randomizer82

Definition at line 311 of file circuit_impl.h.

◆ t

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::t

Definition at line 313 of file circuit_impl.h.

◆ tge

secp256k1_ge secp256k1_bulletproof_circuit_vfy_ecmult_context::tge[5]

Definition at line 312 of file circuit_impl.h.

◆ value_gen

const secp256k1_ge* secp256k1_bulletproof_circuit_vfy_ecmult_context::value_gen

Definition at line 314 of file circuit_impl.h.

◆ x

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::x

Definition at line 301 of file circuit_impl.h.

◆ y

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::y

Definition at line 302 of file circuit_impl.h.

◆ yinv

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::yinv

Definition at line 303 of file circuit_impl.h.

◆ z

secp256k1_scalar secp256k1_bulletproof_circuit_vfy_ecmult_context::z

Definition at line 304 of file circuit_impl.h.


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