Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
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

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:

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:

int main ( void  )

Definition at line 50 of file bench_schnorrsig.c.

Here is the call graph for this function: