Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

gen_context.c File Reference
#include "basic-config.h"
#include "include/secp256k1.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 7 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 16 of file gen_context.c.

◆ main()

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:16

Definition at line 22 of file gen_context.c.

Referenced by main().

Released under the MIT license