![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include "include/secp256k1.h"#include "include/secp256k1_multiset.h"#include "util.h"#include "bench.h"Go to the source code of this file.
Macros | |
| #define | UNUSED(x) (void)(x) |
| #define | BUFSIZE (3 * 32) |
Functions | |
| void | bench_multiset (void *arg, int iters) |
| void | bench_multiset_setup (void *arg) |
| int | main (void) |
Variables | |
| secp256k1_context * | ctx |
| #define BUFSIZE (3 * 32) |
Definition at line 16 of file bench_multiset.c.
| #define UNUSED | ( | x | ) | (void)(x) |
Definition at line 14 of file bench_multiset.c.
| void bench_multiset | ( | void * | arg, |
| int | iters | ||
| ) |
Definition at line 18 of file bench_multiset.c.
| void bench_multiset_setup | ( | void * | arg | ) |
| int main | ( | void | ) |
| secp256k1_context* ctx |
Definition at line 12 of file bench_multiset.c.