![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static void | secp256k1_scalar_get_num (secp256k1_num *r, const secp256k1_scalar *a) |
static void | secp256k1_scalar_order_get_num (secp256k1_num *r) |
static void | secp256k1_scalar_inverse (secp256k1_scalar *r, const secp256k1_scalar *x) |
static SECP256K1_INLINE int | secp256k1_scalar_is_even (const secp256k1_scalar *a) |
static void | secp256k1_scalar_inverse_var (secp256k1_scalar *r, const secp256k1_scalar *x) |
|
static |
Definition at line 28 of file scalar_impl.h.
|
static |
Definition at line 46 of file scalar_impl.h.
Referenced by secp256k1_scalar_inverse_var().
|
static |
Definition at line 242 of file scalar_impl.h.
|
static |
Definition at line 237 of file scalar_impl.h.
|
static |
secp256k1 curve order, see secp256k1_ecdsa_const_order_as_fe in ecdsa_impl.h
Definition at line 35 of file scalar_impl.h.
Referenced by secp256k1_scalar_inverse_var().