![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <string.h>
#include "include/secp256k1.h"
#include "include/secp256k1_ecdh.h"
#include "util.h"
#include "bench.h"
Go to the source code of this file.
Classes | |
struct | bench_ecdh_t |
Functions | |
static void | bench_ecdh_setup (void *arg) |
static void | bench_ecdh (void *arg) |
int | main (void) |
|
static |
Definition at line 38 of file bench_ecdh.c.
Referenced by main().
|
static |
Definition at line 20 of file bench_ecdh.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 48 of file bench_ecdh.c.