![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <stdint.h>#include "include/secp256k1_generator.h"#include "include/secp256k1_commitment.h"#include "include/secp256k1_bulletproofs.h"#include "util.h"#include "bench.h"Go to the source code of this file.
Classes | |
| struct | bench_bulletproof_t |
| struct | bench_bulletproof_rangeproof_t |
| struct | bench_bulletproof_circuit_t |
Macros | |
| #define | MAX_PROOF_SIZE 2000 |
| #define | CIRCUIT_DIR "src/modules/bulletproofs/bin_circuits/" |
Functions | |
| void | simple_test_bench_bulletproof_rangeproof_prove (size_t nCommits, uint64_t *values) |
| void | run_circuit_test (bench_bulletproof_circuit_t *data, const char *name) |
| int | main (void) |
| #define CIRCUIT_DIR "src/modules/bulletproofs/bin_circuits/" |
Definition at line 16 of file bench_bulletproof.c.
| #define MAX_PROOF_SIZE 2000 |
Definition at line 15 of file bench_bulletproof.c.
| int main | ( | void | ) |
Definition at line 313 of file bench_bulletproof.c.
| void run_circuit_test | ( | bench_bulletproof_circuit_t * | data, |
| const char * | name | ||
| ) |
Definition at line 275 of file bench_bulletproof.c.
| void simple_test_bench_bulletproof_rangeproof_prove | ( | size_t | nCommits, |
| uint64_t * | values | ||
| ) |
1.8.17