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

Public Attributes

secp256k1_context2ctx
 
secp256k1_scratch_space2scratch
 
secp256k1_scalarscalars
 
secp256k1_gepubkeys
 
secp256k1_scalarseckeys
 
secp256k1_gejexpected_output
 
secp256k1_ecmult_multi_func ecmult_multi
 
size_t count
 
int includes_g
 
size_t offset1
 
size_t offset2
 
secp256k1_gejoutput
 
unsigned char online_seckey [MAX_N_KEYS][32]
 
unsigned char summed_seckey [MAX_N_KEYS][32]
 
secp256k1_pubkey2 online_pubkeys [MAX_N_KEYS]
 
secp256k1_pubkey2 offline_pubkeys [MAX_N_KEYS]
 
unsigned char csub [32]
 
secp256k1_pubkey2 sub_pubkey
 
secp256k1_whitelist_signature sig
 
size_t n_keys
 

Detailed Description

Definition at line 23 of file bench_ecmult.c.

Member Data Documentation

◆ count

size_t bench_data::count

Definition at line 34 of file bench_ecmult.c.

◆ csub

unsigned char bench_data::csub[32]

Definition at line 26 of file bench_whitelist.c.

◆ ctx

secp256k1_context2 * bench_data::ctx

Definition at line 25 of file bench_ecmult.c.

◆ ecmult_multi

secp256k1_ecmult_multi_func bench_data::ecmult_multi

Definition at line 31 of file bench_ecmult.c.

◆ expected_output

secp256k1_gej* bench_data::expected_output

Definition at line 30 of file bench_ecmult.c.

◆ includes_g

int bench_data::includes_g

Definition at line 35 of file bench_ecmult.c.

◆ n_keys

size_t bench_data::n_keys

Definition at line 29 of file bench_whitelist.c.

◆ offline_pubkeys

secp256k1_pubkey2 bench_data::offline_pubkeys[MAX_N_KEYS]

Definition at line 25 of file bench_whitelist.c.

◆ offset1

size_t bench_data::offset1

Definition at line 38 of file bench_ecmult.c.

◆ offset2

size_t bench_data::offset2

Definition at line 39 of file bench_ecmult.c.

◆ online_pubkeys

secp256k1_pubkey2 bench_data::online_pubkeys[MAX_N_KEYS]

Definition at line 24 of file bench_whitelist.c.

◆ online_seckey

unsigned char bench_data::online_seckey[MAX_N_KEYS][32]

Definition at line 22 of file bench_whitelist.c.

◆ output

secp256k1_gej* bench_data::output

Definition at line 42 of file bench_ecmult.c.

◆ pubkeys

secp256k1_ge* bench_data::pubkeys

Definition at line 28 of file bench_ecmult.c.

◆ scalars

secp256k1_scalar* bench_data::scalars

Definition at line 27 of file bench_ecmult.c.

◆ scratch

secp256k1_scratch_space2* bench_data::scratch

Definition at line 26 of file bench_ecmult.c.

◆ seckeys

secp256k1_scalar* bench_data::seckeys

Definition at line 29 of file bench_ecmult.c.

◆ sig

Definition at line 28 of file bench_whitelist.c.

◆ sub_pubkey

secp256k1_pubkey2 bench_data::sub_pubkey

Definition at line 27 of file bench_whitelist.c.

◆ summed_seckey

unsigned char bench_data::summed_seckey[MAX_N_KEYS][32]

Definition at line 23 of file bench_whitelist.c.


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