Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/tracegen/lib/trace_conversion.hpp"
#include <unordered_map>
#include <unordered_set>
#include "barretenberg/vm2/generated/columns.hpp"
#include "barretenberg/vm2/tracegen/trace_container.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::tracegen |
Functions | |
bool | bb::avm2::tracegen::is_shift (ColumnAndShifts c) |
std::optional< ColumnAndShifts > | bb::avm2::tracegen::shift_column (Column c) |
std::optional< Column > | bb::avm2::tracegen::unshift_column (ColumnAndShifts c) |
AvmFullRow | bb::avm2::tracegen::get_full_row (const TraceContainer &trace, uint32_t row) |
AvmFullRowConstRef | bb::avm2::tracegen::get_full_row_ref (const TraceContainer &trace, uint32_t row) |