Bitcoin
|
Go to the source code of this file.
Macros | |
#define | SECP256K1_N_0 ((uint64_t)0xBFD25E8CD0364141ULL) |
#define | SECP256K1_N_1 ((uint64_t)0xBAAEDCE6AF48A03BULL) |
#define | SECP256K1_N_2 ((uint64_t)0xFFFFFFFFFFFFFFFEULL) |
#define | SECP256K1_N_3 ((uint64_t)0xFFFFFFFFFFFFFFFFULL) |
#define | SECP256K1_N_C_0 (~SECP256K1_N_0 + 1) |
#define | SECP256K1_N_C_1 (~SECP256K1_N_1) |
#define | SECP256K1_N_C_2 (1) |
#define | SECP256K1_N_H_0 ((uint64_t)0xDFE92F46681B20A0ULL) |
#define | SECP256K1_N_H_1 ((uint64_t)0x5D576E7357A4501DULL) |
#define | SECP256K1_N_H_2 ((uint64_t)0xFFFFFFFFFFFFFFFFULL) |
#define | SECP256K1_N_H_3 ((uint64_t)0x7FFFFFFFFFFFFFFFULL) |
#define | muladd(a, b) |
#define | muladd_fast(a, b) |
#define | muladd2(a, b) |
#define | sumadd(a) |
#define | sumadd_fast(a) |
#define | extract(n) |
#define | extract_fast(n) |
#define extract | ( | n | ) |
Extract the lowest 64 bits of (c0,c1,c2) into n, and left shift the number 64 bits.
#define extract_fast | ( | n | ) |
Extract the lowest 64 bits of (c0,c1,c2) into n, and left shift the number 64 bits. c2 is required to be zero.
#define muladd | ( | a, | |
b | |||
) |
Add a*b to the number defined by (c0,c1,c2). c2 must never overflow.
#define muladd2 | ( | a, | |
b | |||
) |
Add 2*a*b to the number defined by (c0,c1,c2). c2 must never overflow.
#define muladd_fast | ( | a, | |
b | |||
) |
Add a*b to the number defined by (c0,c1). c1 must never overflow.
#define SECP256K1_N_0 ((uint64_t)0xBFD25E8CD0364141ULL) |
#define SECP256K1_N_1 ((uint64_t)0xBAAEDCE6AF48A03BULL) |
#define SECP256K1_N_2 ((uint64_t)0xFFFFFFFFFFFFFFFEULL) |
#define SECP256K1_N_3 ((uint64_t)0xFFFFFFFFFFFFFFFFULL) |
#define SECP256K1_N_C_0 (~SECP256K1_N_0 + 1) |
#define SECP256K1_N_C_1 (~SECP256K1_N_1) |
#define SECP256K1_N_C_2 (1) |
#define SECP256K1_N_H_0 ((uint64_t)0xDFE92F46681B20A0ULL) |
#define SECP256K1_N_H_1 ((uint64_t)0x5D576E7357A4501DULL) |
#define SECP256K1_N_H_2 ((uint64_t)0xFFFFFFFFFFFFFFFFULL) |
#define SECP256K1_N_H_3 ((uint64_t)0x7FFFFFFFFFFFFFFFULL) |
#define sumadd | ( | a | ) |
Add a to the number defined by (c0,c1,c2). c2 must never overflow.
#define sumadd_fast | ( | a | ) |
Add a to the number defined by (c0,c1). c1 must never overflow, c2 must be zero.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |