Bitcoin Core  22.99.0
P2P Digital Currency
Classes | Macros | 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
 

Macros

#define MSGLEN   32
 

Functions

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

Macro Definition Documentation

◆ MSGLEN

#define MSGLEN   32

Definition at line 16 of file bench_schnorrsig.c.

Function Documentation

◆ bench_schnorrsig_sign()

void bench_schnorrsig_sign ( void *  arg,
int  iters 
)

Definition at line 28 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 41 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 52 of file bench_schnorrsig.c.

Here is the call graph for this function: