Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
bench_ecdh_data Struct Reference
Collaboration diagram for bench_ecdh_data:
Public Attributes | |
secp256k1_context * | ctx |
secp256k1_pubkey | point |
unsigned char | scalar [32] |
Detailed Description
Definition at line 14 of file bench_ecdh.c.
Member Data Documentation
◆ ctx
secp256k1_context* bench_ecdh_data::ctx |
Definition at line 15 of file bench_ecdh.c.
Referenced by bench_ecdh(), and bench_ecdh_setup().
◆ point
secp256k1_pubkey bench_ecdh_data::point |
Definition at line 16 of file bench_ecdh.c.
Referenced by bench_ecdh(), and bench_ecdh_setup().
◆ scalar
unsigned char bench_ecdh_data::scalar[32] |
Definition at line 17 of file bench_ecdh.c.
Referenced by bench_ecdh(), and bench_ecdh_setup().
The documentation for this struct was generated from the following file:
- src/secp256k1/src/bench_ecdh.c