|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/commitment_schemes/ipa/ipa.hpp"#include "barretenberg/common/assert.hpp"#include "barretenberg/polynomials/polynomial.hpp"#include <benchmark/benchmark.h>Go to the source code of this file.
Functions | |
| Unit (kMillisecond) -> DenseRange(MIN_POLYNOMIAL_DEGREE_LOG2, MAX_POLYNOMIAL_DEGREE_LOG2) ->Setup(DoSetup) | |
| BENCHMARK (ipa_verify_individual) -> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) | |
| BENCHMARK (ipa_batch_verify) -> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) | |
| BENCHMARK_MAIN () | |
| BENCHMARK | ( | ipa_batch_verify | ) | -> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) |
| BENCHMARK | ( | ipa_verify_individual | ) | -> Unit(kMillisecond) ->Arg(1) ->Arg(2) ->Arg(4) ->Arg(8) ->Setup(DoBatchSetup) |
| BENCHMARK_MAIN | ( | ) |
| Unit | ( | kMillisecond | ) | -> DenseRange(MIN_POLYNOMIAL_DEGREE_LOG2, MAX_POLYNOMIAL_DEGREE_LOG2) ->Setup(DoSetup) |