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

Public Attributes

secp256k1_context2ctx
 
secp256k1_pedersen_commitment commit
 
unsigned char proof [5134]
 
unsigned char blind [32]
 
size_t len
 
int min_bits
 
uint64_t v
 

Detailed Description

Definition at line 14 of file bench_rangeproof.c.

Member Data Documentation

◆ blind

unsigned char bench_rangeproof_t::blind[32]

Definition at line 22 of file bench_rangeproof.c.

◆ commit

secp256k1_pedersen_commitment bench_rangeproof_t::commit

Definition at line 20 of file bench_rangeproof.c.

◆ ctx

secp256k1_context2* bench_rangeproof_t::ctx

Definition at line 19 of file bench_rangeproof.c.

◆ len

size_t bench_rangeproof_t::len

Definition at line 23 of file bench_rangeproof.c.

◆ min_bits

int bench_rangeproof_t::min_bits

Definition at line 24 of file bench_rangeproof.c.

◆ proof

unsigned char bench_rangeproof_t::proof[5134]

Definition at line 21 of file bench_rangeproof.c.

◆ v

uint64_t bench_rangeproof_t::v

Definition at line 25 of file bench_rangeproof.c.


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