Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
msgpack_to_json.hpp
Go to the documentation of this file.
1#include "msgpack/object_fwd_decl.hpp"
2
3namespace bb {
4std::string msgpack_to_json(msgpack::object const& o, size_t max_chars);
5}
Entry point for Barretenberg command-line interface.
Definition api.hpp:5
std::string msgpack_to_json(msgpack::object const &o, size_t max_chars)