![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#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) |
|
static |
Definition at line 29 of file bench_schnorr_verify.c.
Referenced by main().
|
static |
Definition at line 48 of file bench_schnorr_verify.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 63 of file bench_schnorr_verify.c.