PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | List of all members
bench_bulletproof_t Struct Reference
Collaboration diagram for bench_bulletproof_t:
[legend]

Public Attributes

secp256k1_context2ctx
 
secp256k1_scratch_space2scratch
 
unsigned char nonce [32]
 
unsigned char ** proof
 
secp256k1_bulletproof_generatorsgenerators
 
secp256k1_generatorvalue_gen
 
secp256k1_generator blind_gen
 
size_t n_proofs
 
size_t plen
 
size_t iters
 

Detailed Description

Definition at line 18 of file bench_bulletproof.c.

Member Data Documentation

◆ blind_gen

secp256k1_generator bench_bulletproof_t::blind_gen

Definition at line 25 of file bench_bulletproof.c.

◆ ctx

secp256k1_context2* bench_bulletproof_t::ctx

Definition at line 19 of file bench_bulletproof.c.

◆ generators

secp256k1_bulletproof_generators* bench_bulletproof_t::generators

Definition at line 23 of file bench_bulletproof.c.

◆ iters

size_t bench_bulletproof_t::iters

Definition at line 28 of file bench_bulletproof.c.

◆ n_proofs

size_t bench_bulletproof_t::n_proofs

Definition at line 26 of file bench_bulletproof.c.

◆ nonce

unsigned char bench_bulletproof_t::nonce[32]

Definition at line 21 of file bench_bulletproof.c.

◆ plen

size_t bench_bulletproof_t::plen

Definition at line 27 of file bench_bulletproof.c.

◆ proof

unsigned char** bench_bulletproof_t::proof

Definition at line 22 of file bench_bulletproof.c.

◆ scratch

secp256k1_scratch_space2* bench_bulletproof_t::scratch

Definition at line 20 of file bench_bulletproof.c.

◆ value_gen

secp256k1_generator* bench_bulletproof_t::value_gen

Definition at line 24 of file bench_bulletproof.c.


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