Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Include dependency graph for ecmult_gen.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | secp256k1_ecmult_gen_context |
Functions | |
static void | secp256k1_ecmult_gen_context_init (secp256k1_ecmult_gen_context *ctx) |
static void | secp256k1_ecmult_gen_context_build (secp256k1_ecmult_gen_context *ctx, const secp256k1_callback *cb) |
static void | secp256k1_ecmult_gen_context_clone (secp256k1_ecmult_gen_context *dst, const secp256k1_ecmult_gen_context *src, const secp256k1_callback *cb) |
static void | secp256k1_ecmult_gen_context_clear (secp256k1_ecmult_gen_context *ctx) |
static int | secp256k1_ecmult_gen_context_is_built (const secp256k1_ecmult_gen_context *ctx) |
static void | secp256k1_ecmult_gen (const secp256k1_ecmult_gen_context *ctx, secp256k1_gej *r, const secp256k1_scalar *a) |
Multiply with the generator: R = a*G. More... | |
static void | secp256k1_ecmult_gen_blind (secp256k1_ecmult_gen_context *ctx, const unsigned char *seed32) |
Function Documentation
◆ secp256k1_ecmult_gen()
|
static |
Multiply with the generator: R = a*G.
Referenced by main(), run_context_tests(), secp256k1_ec_pubkey_create(), secp256k1_ecdsa_sig_sign(), test_ec_combine(), test_ecdsa_edge_cases(), test_ecdsa_sign_verify(), test_ecmult_constants(), and test_ecmult_gen_blind().
◆ secp256k1_ecmult_gen_blind()
|
static |
Referenced by secp256k1_context_randomize(), test_ecmult_gen_blind(), and test_ecmult_gen_blind_reset().
◆ secp256k1_ecmult_gen_context_build()
|
static |
Referenced by main(), run_context_tests(), and secp256k1_context_create().
◆ secp256k1_ecmult_gen_context_clear()
|
static |
Referenced by main(), and secp256k1_context_destroy().
◆ secp256k1_ecmult_gen_context_clone()
|
static |
Referenced by secp256k1_context_clone().
◆ secp256k1_ecmult_gen_context_init()
|
static |
Referenced by main(), and secp256k1_context_create().
◆ secp256k1_ecmult_gen_context_is_built()
|
static |