1#ifndef DISABLE_AZTEC_VM
15void avm_prove(
const std::filesystem::path& inputs_path,
const std::filesystem::path& output_path);
32bool avm_verify(
const std::filesystem::path& proof_path,
33 const std::filesystem::path& public_inputs_path,
34 const std::filesystem::path& vk_path);
Entry point for Barretenberg command-line interface.
bool avm_verify(const std::filesystem::path &proof_path, const std::filesystem::path &public_inputs_path, const std::filesystem::path &vk_path)
Verifies an avm proof and writes the result to stdout.
void avm_prove(const std::filesystem::path &inputs_path, const std::filesystem::path &output_path)
Writes an avm proof and corresponding (incomplete) verification key to files.
void avm_check_circuit(const std::filesystem::path &inputs_path)