![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#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"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 12 of file gen_context.c.
|
static |
Definition at line 23 of file gen_context.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
|
static |
Definition at line 29 of file gen_context.c.
1.8.8