Bitcoin
|
Go to the source code of this file.
Macros | |
#define | SECP256K1_N_0 ((uint32_t)0xD0364141UL) |
#define | SECP256K1_N_1 ((uint32_t)0xBFD25E8CUL) |
#define | SECP256K1_N_2 ((uint32_t)0xAF48A03BUL) |
#define | SECP256K1_N_3 ((uint32_t)0xBAAEDCE6UL) |
#define | SECP256K1_N_4 ((uint32_t)0xFFFFFFFEUL) |
#define | SECP256K1_N_5 ((uint32_t)0xFFFFFFFFUL) |
#define | SECP256K1_N_6 ((uint32_t)0xFFFFFFFFUL) |
#define | SECP256K1_N_7 ((uint32_t)0xFFFFFFFFUL) |
#define | SECP256K1_N_C_0 (~SECP256K1_N_0 + 1) |
#define | SECP256K1_N_C_1 (~SECP256K1_N_1) |
#define | SECP256K1_N_C_2 (~SECP256K1_N_2) |
#define | SECP256K1_N_C_3 (~SECP256K1_N_3) |
#define | SECP256K1_N_C_4 (1) |
#define | SECP256K1_N_H_0 ((uint32_t)0x681B20A0UL) |
#define | SECP256K1_N_H_1 ((uint32_t)0xDFE92F46UL) |
#define | SECP256K1_N_H_2 ((uint32_t)0x57A4501DUL) |
#define | SECP256K1_N_H_3 ((uint32_t)0x5D576E73UL) |
#define | SECP256K1_N_H_4 ((uint32_t)0xFFFFFFFFUL) |
#define | SECP256K1_N_H_5 ((uint32_t)0xFFFFFFFFUL) |
#define | SECP256K1_N_H_6 ((uint32_t)0xFFFFFFFFUL) |
#define | SECP256K1_N_H_7 ((uint32_t)0x7FFFFFFFUL) |
#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 32 bits of (c0,c1,c2) into n, and left shift the number 32 bits.
#define extract_fast | ( | n | ) |
Extract the lowest 32 bits of (c0,c1,c2) into n, and left shift the number 32 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 ((uint32_t)0xD0364141UL) |
#define SECP256K1_N_1 ((uint32_t)0xBFD25E8CUL) |
#define SECP256K1_N_2 ((uint32_t)0xAF48A03BUL) |
#define SECP256K1_N_3 ((uint32_t)0xBAAEDCE6UL) |
#define SECP256K1_N_4 ((uint32_t)0xFFFFFFFEUL) |
#define SECP256K1_N_5 ((uint32_t)0xFFFFFFFFUL) |
#define SECP256K1_N_6 ((uint32_t)0xFFFFFFFFUL) |
#define SECP256K1_N_7 ((uint32_t)0xFFFFFFFFUL) |
#define SECP256K1_N_C_0 (~SECP256K1_N_0 + 1) |
#define SECP256K1_N_C_1 (~SECP256K1_N_1) |
#define SECP256K1_N_C_2 (~SECP256K1_N_2) |
#define SECP256K1_N_C_3 (~SECP256K1_N_3) |
#define SECP256K1_N_C_4 (1) |
#define SECP256K1_N_H_0 ((uint32_t)0x681B20A0UL) |
#define SECP256K1_N_H_1 ((uint32_t)0xDFE92F46UL) |
#define SECP256K1_N_H_2 ((uint32_t)0x57A4501DUL) |
#define SECP256K1_N_H_3 ((uint32_t)0x5D576E73UL) |
#define SECP256K1_N_H_4 ((uint32_t)0xFFFFFFFFUL) |
#define SECP256K1_N_H_5 ((uint32_t)0xFFFFFFFFUL) |
#define SECP256K1_N_H_6 ((uint32_t)0xFFFFFFFFUL) |
#define SECP256K1_N_H_7 ((uint32_t)0x7FFFFFFFUL) |
#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 |