Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <optional>
#include "barretenberg/vm2/common/field.hpp"
#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< 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 class TraceContainer &trace, uint32_t row) |
AvmFullRowConstRef | bb::avm2::tracegen::get_full_row_ref (const class TraceContainer &trace, uint32_t row) |