|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/thread.hpp"#include "barretenberg/eccvm/eccvm_short_monomial_flavor.hpp"#include "barretenberg/flavor/mega_zk_flavor.hpp"#include "barretenberg/polynomials/gate_separator.hpp"#include "barretenberg/polynomials/polynomial.hpp"#include "barretenberg/relations/ecc_vm/ecc_bools_short_relation_impl.hpp"#include "barretenberg/relations/ecc_vm/ecc_lookup_short_relation_impl.hpp"#include "barretenberg/relations/ecc_vm/ecc_msm_short_relation_impl.hpp"#include "barretenberg/relations/ecc_vm/ecc_point_table_short_relation_impl.hpp"#include "barretenberg/relations/ecc_vm/ecc_set_short_relation_impl.hpp"#include "barretenberg/relations/ecc_vm/ecc_transcript_msm_transition_short_relation_impl.hpp"#include "barretenberg/relations/ecc_vm/ecc_transcript_short_relation_impl.hpp"#include "barretenberg/relations/ecc_vm/ecc_wnaf_short_relation_impl.hpp"#include "barretenberg/relations/relation_parameters.hpp"#include "barretenberg/relations/translator_vm/translator_decomposition_short_relation_impl.hpp"#include "barretenberg/relations/translator_vm/translator_delta_range_constraint_short_relation_impl.hpp"#include "barretenberg/relations/translator_vm/translator_extra_short_relations_impl.hpp"#include "barretenberg/relations/translator_vm/translator_non_native_field_short_relation_impl.hpp"#include "barretenberg/relations/translator_vm/translator_permutation_short_relation_impl.hpp"#include "barretenberg/relations/utils.hpp"#include "barretenberg/sumcheck/sumcheck_round.hpp"#include "barretenberg/translator_vm/translator_flavor.hpp"#include <benchmark/benchmark.h>#include <algorithm>#include <atomic>#include <numeric>#include <string_view>Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 396 of file sumcheck_iteration.bench.cpp.