Bitcoin Core  22.99.0
P2P Digital Currency
Functions | Variables
gen_context.c File Reference
#include "libsecp256k1-config.h"
#include "../include/secp256k1.h"
#include "assumptions.h"
#include "util.h"
#include "field_impl.h"
#include "scalar_impl.h"
#include "group_impl.h"
#include "ecmult_gen_impl.h"
Include dependency graph for gen_context.c:

Go to the source code of this file.

Functions

static void default_error_callback_fn (const char *str, void *data)
 
int main (int argc, char **argv)
 

Variables

static const secp256k1_callback default_error_callback
 

Function Documentation

◆ default_error_callback_fn()

static void default_error_callback_fn ( const char *  str,
void *  data 
)
static

Definition at line 30 of file gen_context.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 41 of file gen_context.c.

Here is the call graph for this function:

Variable Documentation

◆ default_error_callback

const secp256k1_callback default_error_callback
static
Initial value:

Definition at line 36 of file gen_context.c.

default_error_callback_fn
static void default_error_callback_fn(const char *str, void *data)
Definition: gen_context.c:30