Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
gas.cpp File Reference

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)