|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/avm_fuzzer/mutations/tx_types/gas.hpp"#include "barretenberg/avm_fuzzer/fuzz_lib/constants.hpp"#include "barretenberg/avm_fuzzer/mutations/basic_types/field.hpp"#include "barretenberg/avm_fuzzer/mutations/basic_types/vector.hpp"#include "barretenberg/avm_fuzzer/mutations/configuration.hpp"#include "barretenberg/common/serialize.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/vm2/common/avm_io.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::fuzzer |
Functions | |
| Gas | bb::avm2::fuzzer::generate_gas (std::mt19937_64 &rng) |
| void | bb::avm2::fuzzer::mutate_gas (Gas &gas, std::mt19937_64 &rng, const Gas &max) |
| GasFees | bb::avm2::fuzzer::generate_gas_fees (std::mt19937_64 &rng) |
| void | bb::avm2::fuzzer::mutate_gas_fees (GasFees &fees, std::mt19937_64 &rng) |
| GasSettings | bb::avm2::fuzzer::generate_gas_settings (std::mt19937_64 &rng) |
| void | bb::avm2::fuzzer::mutate_gas_settings (GasSettings &gas_settings, std::mt19937_64 &rng) |
| GasFees | bb::avm2::fuzzer::compute_effective_gas_fees (const GasFees &gas_fees, const GasSettings &gas_settings) |