Bitcoin Core 28.99.0
P2P Digital Currency
|
Go to the source code of this file.
Macros | |
#define | S(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) SECP256K1_GE_STORAGE_CONST(0x##a##u,0x##b##u,0x##c##u,0x##d##u,0x##e##u,0x##f##u,0x##g##u,0x##h##u,0x##i##u,0x##j##u,0x##k##u,0x##l##u,0x##m##u,0x##n##u,0x##o##u,0x##p##u) |
#define | WINDOW_G ECMULT_WINDOW_SIZE |
Variables | |
const secp256k1_ge_storage | secp256k1_pre_g [ECMULT_TABLE_SIZE(WINDOW_G)] |
const secp256k1_ge_storage | secp256k1_pre_g_128 [ECMULT_TABLE_SIZE(WINDOW_G)] |
#define S | ( | a, | |
b, | |||
c, | |||
d, | |||
e, | |||
f, | |||
g, | |||
h, | |||
i, | |||
j, | |||
k, | |||
l, | |||
m, | |||
n, | |||
o, | |||
p | |||
) | SECP256K1_GE_STORAGE_CONST(0x##a##u,0x##b##u,0x##c##u,0x##d##u,0x##e##u,0x##f##u,0x##g##u,0x##h##u,0x##i##u,0x##j##u,0x##k##u,0x##l##u,0x##m##u,0x##n##u,0x##o##u,0x##p##u) |
Definition at line 8 of file precomputed_ecmult.c.
#define WINDOW_G ECMULT_WINDOW_SIZE |
Definition at line 15 of file precomputed_ecmult.c.
const secp256k1_ge_storage secp256k1_pre_g[ECMULT_TABLE_SIZE(WINDOW_G)] |
Definition at line 16 of file precomputed_ecmult.c.
const secp256k1_ge_storage secp256k1_pre_g_128[ECMULT_TABLE_SIZE(WINDOW_G)] |
Definition at line 8236 of file precomputed_ecmult.c.