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

Go to the source code of this file.

Classes

struct  bench_ellswift_data
 

Functions

static void bench_ellswift_setup (void *arg)
 
static void bench_ellswift_encode (void *arg, int iters)
 
static void bench_ellswift_create (void *arg, int iters)
 
static void bench_ellswift_decode (void *arg, int iters)
 
static void bench_ellswift_xdh (void *arg, int iters)
 
void run_ellswift_bench (int iters, int argc, char **argv)
 

Function Documentation

◆ bench_ellswift_create()

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

Definition at line 50 of file bench_impl.h.

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

◆ bench_ellswift_decode()

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

Definition at line 61 of file bench_impl.h.

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

◆ bench_ellswift_encode()

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

Definition at line 41 of file bench_impl.h.

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

◆ bench_ellswift_setup()

static void bench_ellswift_setup ( void *  arg)
static

Definition at line 17 of file bench_impl.h.

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

◆ bench_ellswift_xdh()

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

Definition at line 74 of file bench_impl.h.

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

◆ run_ellswift_bench()

void run_ellswift_bench ( int  iters,
int  argc,
char **  argv 
)

Definition at line 91 of file bench_impl.h.

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