![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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"
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 |
#define USE_BASIC_CONFIG 1 |
Definition at line 7 of file gen_context.c.
|
static |
Definition at line 16 of file gen_context.c.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 27 of file gen_context.c.
|
static |
Definition at line 22 of file gen_context.c.
Referenced by main().