![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Attributes | |
secp256k1_ecmult_context | ecmult_ctx |
secp256k1_ecmult_gen_context | ecmult_gen_ctx |
secp256k1_callback | illegal_callback |
secp256k1_callback | error_callback |
Definition at line 53 of file secp256k1.c.
secp256k1_ecmult_context secp256k1_context_struct::ecmult_ctx |
Definition at line 54 of file secp256k1.c.
Referenced by run_context_tests(), run_ecmult_chain(), 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(), secp256k1_schnorr_recover(), secp256k1_schnorr_verify(), test_ecdsa_edge_cases(), test_ecdsa_sign_verify(), test_point_times_order(), test_schnorr_recovery(), and test_schnorr_sign_verify().
secp256k1_ecmult_gen_context secp256k1_context_struct::ecmult_gen_ctx |
Definition at line 55 of file secp256k1.c.
Referenced by 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(), secp256k1_schnorr_generate_nonce_pair(), secp256k1_schnorr_partial_sign(), secp256k1_schnorr_sign(), test_ec_combine(), test_ecdsa_edge_cases(), test_ecdsa_sign_verify(), test_ecmult_constants(), test_ecmult_gen_blind(), test_ecmult_gen_blind_reset(), and test_schnorr_sign_verify().
secp256k1_callback secp256k1_context_struct::error_callback |
Definition at line 57 of file secp256k1.c.
Referenced by run_context_tests(), secp256k1_context_clone(), secp256k1_context_create(), secp256k1_context_set_error_callback(), and test_ge().
secp256k1_callback secp256k1_context_struct::illegal_callback |
Definition at line 56 of file secp256k1.c.
Referenced by secp256k1_context_clone(), secp256k1_context_create(), and secp256k1_context_set_illegal_callback().