Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <concepts>
#include <cstdint>
#include <sstream>
#include <string>
#include <tuple>
#include "barretenberg/numeric/uint128/uint128.hpp"
#include "barretenberg/vm2/common/field.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 |
Functions | |
std::string | bb::avm2::field_to_string (const FF &ff) |
template<typename T > requires (std::unsigned_integral<T>) | |
std::string | bb::avm2::to_hex (T value) |
template<size_t N> | |
std::string | bb::avm2::to_string (const std::array< FF, N > &arr) |
template<size_t N> | |
std::string | bb::avm2::column_values_to_string (const std::array< FF, N > &arr, const std::array< ColumnAndShifts, N > &columns) |