Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
prove_tube.hpp
Go to the documentation of this file.
1#pragma once
2#include <string>
3
4namespace bb {
12void prove_tube(const std::string& output_path, const std::string& vk_path);
13
14} // namespace bb
Entry point for Barretenberg command-line interface.
void prove_tube(const std::string &output_path, const std::string &vk_path)
Creates a Honk Proof for the Tube circuit responsible for recursively verifying a ClientIVC proof.