Bitcoin Core  22.99.0
P2P Digital Currency
Functions
gen_ecmult_static_pre_g.c File Reference
#include <inttypes.h>
#include <stdio.h>
#include "libsecp256k1-config.h"
#include "../include/secp256k1.h"
#include "assumptions.h"
#include "util.h"
#include "field_impl.h"
#include "group_impl.h"
#include "ecmult.h"
Include dependency graph for gen_ecmult_static_pre_g.c:

Go to the source code of this file.

Functions

void print_table (FILE *fp, const char *name, int window_g, const secp256k1_gej *gen, int with_conditionals)
 
void print_two_tables (FILE *fp, int window_g, const secp256k1_ge *g, int with_conditionals)
 
int main (void)
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 76 of file gen_ecmult_static_pre_g.c.

Here is the call graph for this function:

◆ print_table()

void print_table ( FILE *  fp,
const char *  name,
int  window_g,
const secp256k1_gej gen,
int  with_conditionals 
)

Definition at line 23 of file gen_ecmult_static_pre_g.c.

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

◆ print_two_tables()

void print_two_tables ( FILE *  fp,
int  window_g,
const secp256k1_ge g,
int  with_conditionals 
)

Definition at line 64 of file gen_ecmult_static_pre_g.c.

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