Bitcoin ABC  0.29.2
P2P Digital Currency
Classes | Functions
bench_ecdh.c File Reference
#include <string.h>
#include "include/secp256k1.h"
#include "include/secp256k1_ecdh.h"
#include "util.h"
#include "bench.h"
Include dependency graph for bench_ecdh.c:

Go to the source code of this file.

Classes

struct  bench_ecdh_data
 

Functions

static void bench_ecdh_setup (void *arg)
 
static void bench_ecdh (void *arg, int iters)
 
int main (void)
 

Function Documentation

◆ bench_ecdh()

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

Definition at line 37 of file bench_ecdh.c.

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

◆ bench_ecdh_setup()

static void bench_ecdh_setup ( void *  arg)
static

Definition at line 20 of file bench_ecdh.c.

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

◆ main()

int main ( void  )

Definition at line 47 of file bench_ecdh.c.

Here is the call graph for this function: