Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
precomputed_ecmult_gen.c File Reference
#include "group.h"
#include "ecmult_gen.h"
#include "precomputed_ecmult_gen.h"
Include dependency graph for precomputed_ecmult_gen.c:

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)

Variables

const secp256k1_ge_storage secp256k1_ecmult_gen_prec_table [COMB_BLOCKS][COMB_POINTS]

Macro Definition Documentation

◆ S

#define S ( a,
b,
c,
d,
e,
f,
g,
h,
i,
j,
k,
l,
m,
n,
o,
p )
Value:
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 SECP256K1_GE_STORAGE_CONST(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)
Definition group.h:43

Definition at line 9 of file precomputed_ecmult_gen.c.

Variable Documentation

◆ secp256k1_ecmult_gen_prec_table

const secp256k1_ge_storage secp256k1_ecmult_gen_prec_table[COMB_BLOCKS][COMB_POINTS]

Definition at line 10 of file precomputed_ecmult_gen.c.