Bitcoin Core  27.99.0
P2P Digital Currency
Functions
precompute_ecmult.c File Reference
#include <inttypes.h>
#include <stdio.h>
#include "../include/secp256k1.h"
#include "assumptions.h"
#include "util.h"
#include "field_impl.h"
#include "group_impl.h"
#include "int128_impl.h"
#include "ecmult.h"
#include "ecmult_compute_table_impl.h"
Include dependency graph for precompute_ecmult.c:

Go to the source code of this file.

Functions

static void print_table (FILE *fp, const char *name, int window_g, const secp256k1_ge_storage *table)
 
static void print_two_tables (FILE *fp, int window_g)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 56 of file precompute_ecmult.c.

Here is the call graph for this function:

◆ print_table()

static void print_table ( FILE *  fp,
const char *  name,
int  window_g,
const secp256k1_ge_storage table 
)
static

Definition at line 21 of file precompute_ecmult.c.

Here is the caller graph for this function:

◆ print_two_tables()

static void print_two_tables ( FILE *  fp,
int  window_g 
)
static

Definition at line 43 of file precompute_ecmult.c.

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