Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Macros | Functions
bench_impl.h File Reference
#include "../../../include/secp256k1_schnorrsig.h"
Include dependency graph for bench_impl.h:

Go to the source code of this file.

Classes

struct  bench_schnorrsig_data
 

Macros

#define MSGLEN   32
 

Functions

static void bench_schnorrsig_sign (void *arg, int iters)
 
static void bench_schnorrsig_verify (void *arg, int iters)
 
static void run_schnorrsig_bench (int iters, int argc, char **argv)
 

Macro Definition Documentation

◆ MSGLEN

#define MSGLEN   32

Definition at line 12 of file bench_impl.h.

Function Documentation

◆ bench_schnorrsig_sign()

static void bench_schnorrsig_sign ( void *  arg,
int  iters 
)
static

Definition at line 24 of file bench_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ bench_schnorrsig_verify()

static void bench_schnorrsig_verify ( void *  arg,
int  iters 
)
static

Definition at line 37 of file bench_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_schnorrsig_bench()

static void run_schnorrsig_bench ( int  iters,
int  argc,
char **  argv 
)
static

Definition at line 48 of file bench_impl.h.

Here is the call graph for this function:
Here is the caller graph for this function: