![]() |
Bitcoin Core
24.99.0
P2P Digital Currency
|
#include <stdio.h>
#include <string.h>
#include "../include/secp256k1.h"
#include "util.h"
#include "bench.h"
Go to the source code of this file.
Classes | |
struct | bench_verify_data |
struct | bench_sign_data |
Functions | |
void | help (int default_iters) |
static void | bench_verify (void *arg, int iters) |
static void | bench_sign_setup (void *arg) |
static void | bench_sign_run (void *arg, int iters) |
int | main (int argc, char **argv) |
|
static |
|
static |
|
static |
void help | ( | int | default_iters | ) |