#include <stdio.h>
#include "include/secp256k1.h"
#include "util.h"
#include "hash_impl.h"
#include "num_impl.h"
#include "field_impl.h"
#include "group_impl.h"
#include "scalar_impl.h"
#include "ecmult_const_impl.h"
#include "ecmult_impl.h"
#include "bench.h"
#include "secp256k1.c"
Go to the source code of this file.
| void bench_context_sign |
( |
void * |
arg | ) |
|
| void bench_context_verify |
( |
void * |
arg | ) |
|
| void bench_ecmult_wnaf |
( |
void * |
arg | ) |
|
| void bench_field_inverse |
( |
void * |
arg | ) |
|
| void bench_field_inverse_var |
( |
void * |
arg | ) |
|
| void bench_field_mul |
( |
void * |
arg | ) |
|
| void bench_field_normalize |
( |
void * |
arg | ) |
|
| void bench_field_normalize_weak |
( |
void * |
arg | ) |
|
| void bench_field_sqr |
( |
void * |
arg | ) |
|
| void bench_field_sqrt |
( |
void * |
arg | ) |
|
| void bench_group_add_affine |
( |
void * |
arg | ) |
|
| void bench_group_add_affine_var |
( |
void * |
arg | ) |
|
| void bench_group_add_var |
( |
void * |
arg | ) |
|
| void bench_group_double_var |
( |
void * |
arg | ) |
|
| void bench_group_jacobi_var |
( |
void * |
arg | ) |
|
| void bench_hmac_sha256 |
( |
void * |
arg | ) |
|
| void bench_num_jacobi |
( |
void * |
arg | ) |
|
| void bench_rfc6979_hmac_sha256 |
( |
void * |
arg | ) |
|
| void bench_scalar_add |
( |
void * |
arg | ) |
|
| void bench_scalar_inverse |
( |
void * |
arg | ) |
|
| void bench_scalar_inverse_var |
( |
void * |
arg | ) |
|
| void bench_scalar_mul |
( |
void * |
arg | ) |
|
| void bench_scalar_negate |
( |
void * |
arg | ) |
|
| void bench_scalar_sqr |
( |
void * |
arg | ) |
|
| void bench_setup |
( |
void * |
arg | ) |
|
| void bench_sha256 |
( |
void * |
arg | ) |
|
| void bench_wnaf_const |
( |
void * |
arg | ) |
|
| int have_flag |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
char * |
flag |
|
) |
| |
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |