Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <string.h>
#include <stdlib.h>
#include "include/secp256k1.h"
#include "include/secp256k1_schnorrsig.h"
#include "util.h"
#include "bench.h"
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) |
#define MSGLEN 32 |
Definition at line 16 of file bench_schnorrsig.c.
Definition at line 28 of file bench_schnorrsig.c.
Definition at line 41 of file bench_schnorrsig.c.