Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
acir_to_constraint_buf.hpp File Reference
#include "acir_format.hpp"
#include "serde/index.hpp"

Go to the source code of this file.

Namespaces

namespace  acir_format
 

Functions

WitnessVector acir_format::witness_buf_to_witness_data (std::vector< uint8_t > &&buf)
 Converts from the ACIR-native WitnessStack format to Barretenberg's internal WitnessVector format.
 
AcirFormat acir_format::circuit_buf_to_acir_format (std::vector< uint8_t > &&buf)
 
std::vector< AcirFormatacir_format::program_buf_to_acir_format (std::vector< uint8_t > &&buf)
 
WitnessVectorStack acir_format::witness_buf_to_witness_stack (std::vector< uint8_t > &&buf)
 
AcirProgramStack acir_format::get_acir_program_stack (std::string const &bytecode_path, std::string const &witness_path)