![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#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_impl.h"#include "bench.h"#include "secp256k1.c"Go to the source code of this file.
Classes | |
| struct | bench_data |
Macros | |
| #define | POINTS 32768 |
| #define | ITERS 10000 |
Functions | |
| int | main (int argc, char **argv) |
| #define ITERS 10000 |
Definition at line 21 of file bench_ecmult.c.
| #define POINTS 32768 |
Definition at line 20 of file bench_ecmult.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 136 of file bench_ecmult.c.