Dash Core  0.12.2.1
P2P Digital Currency
bench_ecdh.c File Reference
#include <string.h>
#include "include/secp256k1.h"
#include "include/secp256k1_ecdh.h"
#include "util.h"
#include "bench.h"

Go to the source code of this file.

Classes

struct  bench_ecdh_t
 

Functions

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

Function Documentation

◆ bench_ecdh()

static void bench_ecdh ( void *  arg)
static

Definition at line 38 of file bench_ecdh.c.

Referenced by main().

◆ bench_ecdh_setup()

static void bench_ecdh_setup ( void *  arg)
static

Definition at line 20 of file bench_ecdh.c.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 48 of file bench_ecdh.c.