Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Public Attributes | |
secp256k1_ecmult_context | ecmult_ctx |
secp256k1_ecmult_gen_context | ecmult_gen_ctx |
secp256k1_callback | illegal_callback |
secp256k1_callback | error_callback |
Detailed Description
Definition at line 52 of file secp256k1.c.
Member Data Documentation
◆ ecmult_ctx
secp256k1_ecmult_context secp256k1_context_struct::ecmult_ctx |
Definition at line 53 of file secp256k1.c.
Referenced by bench_ecmult(), run_context_tests(), run_ecmult_chain(), run_test(), secp256k1_context_clone(), secp256k1_context_create(), secp256k1_context_destroy(), secp256k1_ec_pubkey_tweak_add(), secp256k1_ec_pubkey_tweak_mul(), secp256k1_ecdsa_recover(), secp256k1_ecdsa_verify(), test_ecdsa_edge_cases(), test_ecdsa_sign_verify(), test_ecmult_multi(), test_ecmult_multi_batching(), test_exhaustive_ecmult(), test_exhaustive_ecmult_multi(), and test_point_times_order().
◆ ecmult_gen_ctx
secp256k1_ecmult_gen_context secp256k1_context_struct::ecmult_gen_ctx |
Definition at line 54 of file secp256k1.c.
Referenced by main(), random_sign(), run_context_tests(), secp256k1_context_clone(), secp256k1_context_create(), secp256k1_context_destroy(), secp256k1_context_randomize(), secp256k1_ec_pubkey_create(), secp256k1_ecdsa_sign(), secp256k1_ecdsa_sign_recoverable(), test_ec_combine(), test_ecdsa_edge_cases(), test_ecdsa_sign_verify(), test_ecmult_constants(), test_ecmult_gen_blind(), and test_ecmult_gen_blind_reset().
◆ error_callback
secp256k1_callback secp256k1_context_struct::error_callback |
Definition at line 56 of file secp256k1.c.
Referenced by run_context_tests(), run_ecmult_multi_tests(), secp256k1_context_clone(), secp256k1_context_create(), secp256k1_context_set_error_callback(), secp256k1_scratch_space_create(), test_ecmult_multi(), test_ecmult_multi_batching(), test_ecmult_multi_pippenger_max_points(), test_exhaustive_ecmult_multi(), and test_ge().
◆ illegal_callback
secp256k1_callback secp256k1_context_struct::illegal_callback |
Definition at line 55 of file secp256k1.c.
Referenced by secp256k1_context_clone(), secp256k1_context_create(), and secp256k1_context_set_illegal_callback().
The documentation for this struct was generated from the following file:
- src/secp256k1/src/secp256k1.c