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

Go to the source code of this file.

Classes

struct  bench_schnorrsig_data
 

Functions

void bench_schnorrsig_sign (void *arg, int iters)
 
void bench_schnorrsig_verify (void *arg, int iters)
 
int main (void)
 

Function Documentation

◆ bench_schnorrsig_sign()

void bench_schnorrsig_sign ( void *  arg,
int  iters 
)

Definition at line 26 of file bench_schnorrsig.c.

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

◆ bench_schnorrsig_verify()

void bench_schnorrsig_verify ( void *  arg,
int  iters 
)

Definition at line 39 of file bench_schnorrsig.c.

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

◆ main()

int main ( void  )

Definition at line 50 of file bench_schnorrsig.c.

Here is the call graph for this function: