![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Public Attributes | |
| secp256k1_context2 * | ctx |
| secp256k1_scratch_space2 * | scratch |
| unsigned char | nonce [32] |
| unsigned char ** | proof |
| secp256k1_bulletproof_generators * | generators |
| secp256k1_generator * | value_gen |
| secp256k1_generator | blind_gen |
| size_t | n_proofs |
| size_t | plen |
| size_t | iters |
Definition at line 18 of file bench_bulletproof.c.
| secp256k1_generator bench_bulletproof_t::blind_gen |
Definition at line 25 of file bench_bulletproof.c.
| secp256k1_context2* bench_bulletproof_t::ctx |
Definition at line 19 of file bench_bulletproof.c.
| secp256k1_bulletproof_generators* bench_bulletproof_t::generators |
Definition at line 23 of file bench_bulletproof.c.
| size_t bench_bulletproof_t::iters |
Definition at line 28 of file bench_bulletproof.c.
| size_t bench_bulletproof_t::n_proofs |
Definition at line 26 of file bench_bulletproof.c.
| unsigned char bench_bulletproof_t::nonce[32] |
Definition at line 21 of file bench_bulletproof.c.
| size_t bench_bulletproof_t::plen |
Definition at line 27 of file bench_bulletproof.c.
| unsigned char** bench_bulletproof_t::proof |
Definition at line 22 of file bench_bulletproof.c.
| secp256k1_scratch_space2* bench_bulletproof_t::scratch |
Definition at line 20 of file bench_bulletproof.c.
| secp256k1_generator* bench_bulletproof_t::value_gen |
Definition at line 24 of file bench_bulletproof.c.
1.8.17