Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
trace_conversion.hpp File Reference
#include <cstdint>
#include <optional>
#include "barretenberg/vm2/constraining/full_row.hpp"
#include "barretenberg/vm2/generated/columns.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< ColumnAndShiftsbb::avm2::tracegen::shift_column (Column c)
 
std::optional< Columnbb::avm2::tracegen::unshift_column (ColumnAndShifts c)
 
AvmFullRow bb::avm2::tracegen::get_full_row (const class TraceContainer &trace, uint32_t row)
 
AvmFullRowConstRef bb::avm2::tracegen::get_full_row_ref (const class TraceContainer &trace, uint32_t row)