![]() |
Bitcoin Core
22.0.0
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 |
Functions | |
| void | bench_schnorrsig_sign (void *arg, int iters) |
| void | bench_schnorrsig_verify (void *arg, int iters) |
| int | main (void) |
| void bench_schnorrsig_sign | ( | void * | arg, |
| int | iters | ||
| ) |
Definition at line 26 of file bench_schnorrsig.c.
| void bench_schnorrsig_verify | ( | void * | arg, |
| int | iters | ||
| ) |
Definition at line 39 of file bench_schnorrsig.c.
| int main | ( | void | ) |
1.8.14