Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Public Attributes | |
secp256k1_context * | ctx |
secp256k1_scratch_space * | scratch |
secp256k1_scalar * | scalars |
secp256k1_ge * | pubkeys |
secp256k1_scalar * | seckeys |
secp256k1_gej * | expected_output |
secp256k1_ecmult_multi_func | ecmult_multi |
size_t | count |
int | includes_g |
size_t | offset1 |
size_t | offset2 |
secp256k1_gej * | output |
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.
Referenced by bench_ecmult(), bench_ecmult_setup(), bench_ecmult_teardown(), and run_test().
◆ ctx
secp256k1_context* bench_data::ctx |
Definition at line 25 of file bench_ecmult.c.
Referenced by bench_ecmult(), main(), and run_test().
◆ ecmult_multi
secp256k1_ecmult_multi_func bench_data::ecmult_multi |
Definition at line 31 of file bench_ecmult.c.
Referenced by bench_ecmult(), and main().
◆ expected_output
secp256k1_gej* bench_data::expected_output |
Definition at line 30 of file bench_ecmult.c.
Referenced by bench_ecmult_teardown(), main(), and run_test().
◆ includes_g
int bench_data::includes_g |
Definition at line 35 of file bench_ecmult.c.
Referenced by bench_callback(), bench_ecmult(), and run_test().
◆ offset1
size_t bench_data::offset1 |
Definition at line 38 of file bench_ecmult.c.
Referenced by bench_callback(), bench_ecmult(), bench_ecmult_setup(), and run_test().
◆ offset2
size_t bench_data::offset2 |
Definition at line 39 of file bench_ecmult.c.
Referenced by bench_callback(), bench_ecmult(), bench_ecmult_setup(), and run_test().
◆ output
secp256k1_gej* bench_data::output |
Definition at line 42 of file bench_ecmult.c.
Referenced by bench_ecmult(), bench_ecmult_teardown(), and main().
◆ pubkeys
secp256k1_ge* bench_data::pubkeys |
Definition at line 28 of file bench_ecmult.c.
Referenced by bench_callback(), and main().
◆ scalars
secp256k1_scalar* bench_data::scalars |
Definition at line 27 of file bench_ecmult.c.
Referenced by bench_callback(), bench_ecmult(), main(), and run_test().
◆ scratch
secp256k1_scratch_space* bench_data::scratch |
Definition at line 26 of file bench_ecmult.c.
Referenced by bench_ecmult(), and main().
◆ seckeys
secp256k1_scalar* bench_data::seckeys |
Definition at line 29 of file bench_ecmult.c.
Referenced by main(), and run_test().
The documentation for this struct was generated from the following file:
- src/secp256k1/src/bench_ecmult.c