Bitcoin Core 29.99.0
P2P Digital Currency
Macros | Variables
precomputed_ecmult.h File Reference
#include "ecmult.h"
#include "group.h"
#include "util_local_visibility.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

SECP256K1_LOCAL_VAR const secp256k1_ge_storage secp256k1_pre_g [ECMULT_TABLE_SIZE(WINDOW_G)]
 
SECP256K1_LOCAL_VAR 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 31 of file precomputed_ecmult.h.

Variable Documentation

◆ secp256k1_pre_g

Definition at line 32 of file precomputed_ecmult.h.

◆ secp256k1_pre_g_128

Definition at line 33 of file precomputed_ecmult.h.