Bitcoin Core  27.99.0
P2P Digital Currency
Macros | Variables
precomputed_ecmult.h File Reference
#include "ecmult.h"
#include "group.h"
Include dependency graph for precomputed_ecmult.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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)]
 

Macro Definition Documentation

◆ WINDOW_G

#define WINDOW_G   ECMULT_WINDOW_SIZE

Definition at line 29 of file precomputed_ecmult.h.

Variable Documentation

◆ secp256k1_pre_g

const secp256k1_ge_storage secp256k1_pre_g[ECMULT_TABLE_SIZE(WINDOW_G)]
extern

Definition at line 16 of file precomputed_ecmult.c.

◆ secp256k1_pre_g_128

const secp256k1_ge_storage secp256k1_pre_g_128[ECMULT_TABLE_SIZE(WINDOW_G)]
extern

Definition at line 8236 of file precomputed_ecmult.c.