![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| static SECP256K1_INLINE void | secp256k1_scalar_clear (secp256k1_scalar *r) |
| static int | secp256k1_scalar_set_b32_seckey (secp256k1_scalar *r, const unsigned char *bin) |
| static void | secp256k1_scalar_verify (const secp256k1_scalar *r) |
| static void | secp256k1_scalar_split_lambda (secp256k1_scalar *SECP256K1_RESTRICT r1, secp256k1_scalar *SECP256K1_RESTRICT r2, const secp256k1_scalar *SECP256K1_RESTRICT k) |
Variables | |
| static const secp256k1_scalar | secp256k1_scalar_one = SECP256K1_SCALAR_CONST(0, 0, 0, 0, 0, 0, 0, 1) |
| static const secp256k1_scalar | secp256k1_scalar_zero = SECP256K1_SCALAR_CONST(0, 0, 0, 0, 0, 0, 0, 0) |
| static const secp256k1_scalar | secp256k1_const_lambda |
| The Secp256k1 curve has an endomorphism, where lambda * (x, y) = (beta * x, y), where lambda is: | |
|
static |
|
static |
|
static |
|
static |
|
static |
The Secp256k1 curve has an endomorphism, where lambda * (x, y) = (beta * x, y), where lambda is:
Definition at line 83 of file scalar_impl.h.
|
static |
Definition at line 27 of file scalar_impl.h.
|
static |
Definition at line 28 of file scalar_impl.h.