#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../include/secp256k1.h"
#include "util.h"
#include "bench.h"
Go to the source code of this file.
◆ bench_keygen_run()
| void bench_keygen_run |
( |
void * | arg, |
|
|
int | iters ) |
|
static |
◆ bench_keygen_setup()
| void bench_keygen_setup |
( |
void * | arg | ) |
|
|
static |
◆ bench_sign_run()
| void bench_sign_run |
( |
void * | arg, |
|
|
int | iters ) |
|
static |
◆ bench_sign_setup()
| void bench_sign_setup |
( |
void * | arg | ) |
|
|
static |
◆ bench_verify()
| void bench_verify |
( |
void * | arg, |
|
|
int | iters ) |
|
static |
◆ help()
| void help |
( |
int | default_iters | ) |
|
|
static |
◆ main()
| int main |
( |
int | argc, |
|
|
char ** | argv ) |