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

Go to the source code of this file.

Classes

struct  benchmark_schnorr_sig_t
 
struct  benchmark_schnorr_verify_t
 

Functions

static void benchmark_schnorr_init (void *arg)
 
static void benchmark_schnorr_verify (void *arg)
 
int main (void)
 

Function Documentation

◆ benchmark_schnorr_init()

static void benchmark_schnorr_init ( void *  arg)
static

Definition at line 29 of file bench_schnorr_verify.c.

Referenced by main().

◆ benchmark_schnorr_verify()

static void benchmark_schnorr_verify ( void *  arg)
static

Definition at line 48 of file bench_schnorr_verify.c.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 63 of file bench_schnorr_verify.c.