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#define MSGPACK_NO_BOOST
2#include "msgpack/object_fwd_decl.hpp"
3
4namespace bb {
5std::string msgpack_to_json(msgpack::object const& o, size_t max_chars);
6}
Entry point for Barretenberg command-line interface.
std::string msgpack_to_json(msgpack::object const &o, size_t max_chars)