Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ecmult_compute_table.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void secp256k1_ecmult_compute_table (secp256k1_ge_storage *table, int window_g, const secp256k1_gej *gen)
static void secp256k1_ecmult_compute_two_tables (secp256k1_ge_storage *table, secp256k1_ge_storage *table_128, int window_g, const secp256k1_ge *gen)

Function Documentation

◆ secp256k1_ecmult_compute_table()

void secp256k1_ecmult_compute_table ( secp256k1_ge_storage * table,
int window_g,
const secp256k1_gej * gen )
static

◆ secp256k1_ecmult_compute_two_tables()

void secp256k1_ecmult_compute_two_tables ( secp256k1_ge_storage * table,
secp256k1_ge_storage * table_128,
int window_g,
const secp256k1_ge * gen )
static
Here is the caller graph for this function: