Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/dsl/acir_format/acir_format.hpp"
#include "barretenberg/stdlib/primitives/field/field.hpp"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | acir_format |
Functions | |
template<typename T > | |
std::vector< uint32_t > | acir_format::add_to_witness_and_track_indices (WitnessVector &witness, std::span< const T > input) |
Append values to a witness vector and track their indices. | |
template<typename T , std::size_t N> | |
std::array< uint32_t, N > | acir_format::add_to_witness_and_track_indices (WitnessVector &witness, std::span< const T > input) |
Append values to a witness vector and track their indices. | |