Dash Core  0.12.2.1
P2P Digital Currency
bench_sign.c File Reference
#include "include/secp256k1.h"
#include "util.h"
#include "bench.h"

Go to the source code of this file.

Classes

struct  bench_sign_t
 

Functions

static void bench_sign_setup (void *arg)
 
static void bench_sign (void *arg)
 
int main (void)
 

Function Documentation

◆ bench_sign()

static void bench_sign ( void *  arg)
static

Definition at line 29 of file bench_sign.c.

Referenced by main().

◆ bench_sign_setup()

static void bench_sign_setup ( void *  arg)
static

Definition at line 17 of file bench_sign.c.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 47 of file bench_sign.c.