Bitcoin Core  27.99.0
P2P Digital Currency
Macros | Variables
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)   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)
 

Variables

const secp256k1_ge_storage secp256k1_ecmult_gen_prec_table [ECMULT_GEN_PREC_N(ECMULT_GEN_PREC_BITS)][ECMULT_GEN_PREC_G(ECMULT_GEN_PREC_BITS)]
 

Macro Definition Documentation

◆ S

#define S (   a,
  b,
  c,
  d,
  e,
  f,
  g,
  h,
  i,
  j,
  k,
  l,
  m,
  n,
  o,
 
)    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 9 of file precomputed_ecmult_gen.c.

Variable Documentation

◆ secp256k1_ecmult_gen_prec_table

Definition at line 10 of file precomputed_ecmult_gen.c.