Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
gas.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace bb::avm2 {
6
7uint32_t compute_addressing_gas(uint16_t indirect_flag);
8
9} // namespace bb::avm2
uint32_t compute_addressing_gas(uint16_t indirect_flag)
Definition gas.cpp:10