#include "../include/secp256k1_ecdh.h"
Go to the source code of this file.
◆ run_ecdh_bench()
void run_ecdh_bench |
( |
int | iters, |
|
|
int | argc, |
|
|
char ** | argv ) |
Definition at line 45 of file bench_impl.h.
45 {
48
49
51
53
55}
int have_flag(int argc, char **argv, char *flag)
void run_benchmark(char *name, void(*benchmark)(void *, int), void(*setup)(void *), void(*teardown)(void *, int), void *data, int count, int iter)
SECP256K1_API void secp256k1_context_destroy(secp256k1_context *ctx) SECP256K1_ARG_NONNULL(1)
SECP256K1_API secp256k1_context * secp256k1_context_create(unsigned int flags) SECP256K1_WARN_UNUSED_RESULT
#define SECP256K1_FLAGS_TYPE_CONTEXT