Bitcoin Core 28.99.0
P2P Digital Currency
Functions | Variables
precompute_ecmult_gen.c File Reference
#include <inttypes.h>
#include <stdio.h>
#include "../include/secp256k1.h"
#include "assumptions.h"
#include "util.h"
#include "group.h"
#include "int128_impl.h"
#include "ecmult_gen.h"
#include "ecmult_gen_compute_table_impl.h"
Include dependency graph for precompute_ecmult_gen.c:

Go to the source code of this file.

Functions

static void print_table (FILE *fp, int blocks, int teeth)
 
int main (int argc, char **argv)
 

Variables

static const int CONFIGS [][2]
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 55 of file precompute_ecmult_gen.c.

Here is the call graph for this function:

◆ print_table()

static void print_table ( FILE *  fp,
int  blocks,
int  teeth 
)
static

Definition at line 26 of file precompute_ecmult_gen.c.

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

Variable Documentation

◆ CONFIGS

const int CONFIGS[][2]
static
Initial value:
= {
{2, 5},
{11, 6},
{43, 6}
}

Definition at line 20 of file precompute_ecmult_gen.c.