Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/polynomials/univariate.hpp"
#include <benchmark/benchmark.h>
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::benchmark |
Typedefs | |
using | FF = bb::fr |
Functions | |
void | bb::benchmark::extend_2_to_11 (State &state) noexcept |
void | bb::benchmark::fake_extend_2_to_11 (State &state) noexcept |
void | bb::benchmark::self_extend_2_to_11 (State &state) noexcept |
bb::benchmark::BENCHMARK (extend_2_to_11) | |
bb::benchmark::BENCHMARK (fake_extend_2_to_11) | |
bb::benchmark::BENCHMARK (self_extend_2_to_11) | |
BENCHMARK_MAIN () | |
Definition at line 11 of file barycentric.bench.cpp.
BENCHMARK_MAIN | ( | ) |