|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/thread.hpp"#include "barretenberg/ecc/curves/bn254/bn254.hpp"#include "barretenberg/ecc/scalar_multiplication/scalar_multiplication.hpp"#include "barretenberg/numeric/random/engine.hpp"#include "barretenberg/srs/global_crs.hpp"#include <benchmark/benchmark.h>#include "barretenberg/common/google_bb_bench.hpp"Go to the source code of this file.
Typedefs | |
| using | Curve = bb::curve::BN254 |
| using | Fr = Curve::ScalarField |
| using | G1 = Curve::AffineElement |
Functions | |
| BENCHMARK_MAIN () | |
| using Curve = bb::curve::BN254 |
Definition at line 32 of file thread_scaling.bench.cpp.
| using Fr = Curve::ScalarField |
Definition at line 33 of file thread_scaling.bench.cpp.
| using G1 = Curve::AffineElement |
Definition at line 34 of file thread_scaling.bench.cpp.
| BENCHMARK_MAIN | ( | ) |