Bitcoin Core  27.99.0
P2P Digital Currency
Functions
ecmult_compute_table_impl.h File Reference
#include "ecmult_compute_table.h"
#include "group_impl.h"
#include "field_impl.h"
#include "ecmult.h"
#include "util.h"
Include dependency graph for ecmult_compute_table_impl.h:
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()

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

Definition at line 16 of file ecmult_compute_table_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ secp256k1_ecmult_compute_two_tables()

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

Definition at line 37 of file ecmult_compute_table_impl.h.

Here is the call graph for this function: