Bitcoin ABC  0.26.3
P2P Digital Currency
Macros | Functions | Variables
gen_context.c File Reference
#include "libsecp256k1-config.h"
#include "basic-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.

Macros

#define USE_BASIC_CONFIG   1
 

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
 

Macro Definition Documentation

◆ USE_BASIC_CONFIG

#define USE_BASIC_CONFIG   1

Definition at line 12 of file gen_context.c.

Function Documentation

◆ default_error_callback_fn()

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

Definition at line 23 of file gen_context.c.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 34 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:
= {
NULL
}
static void default_error_callback_fn(const char *str, void *data)
Definition: gen_context.c:23

Definition at line 29 of file gen_context.c.