![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <stdio.h>#include "include/secp256k1_2.h"#include "include/secp256k1_whitelist.h"#include "bench.h"#include "util.h"#include "hash_impl.h"#include "num_impl.h"#include "scalar_impl.h"#include "testrand_impl.h"Go to the source code of this file.
Classes | |
| struct | bench_data |
Macros | |
| #define | MAX_N_KEYS 30 |
Functions | |
| void | random_scalar_order (secp256k1_scalar *num) |
| int | main (void) |
| #define MAX_N_KEYS 30 |
Definition at line 18 of file bench_whitelist.c.
| int main | ( | void | ) |
Definition at line 62 of file bench_whitelist.c.
| void random_scalar_order | ( | secp256k1_scalar * | num | ) |
Definition at line 49 of file bench_whitelist.c.
1.8.17