Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/msgpack_to_json.hpp"
#include "barretenberg/common/throw_or_abort.hpp"
#include "barretenberg/serialize/msgpack.hpp"
#include <sstream>
#include "msgpack/object_fwd.hpp"
#include <concepts>
#include <optional>
#include <stdexcept>
#include <string>
#include <string_view>
#include <type_traits>
#include <variant>
Go to the source code of this file.
Classes | |
class | bb::NamedUnion< Types > |
A wrapper around std::variant that provides msgpack serialization based on type names. More... | |
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Concepts | |
concept | bb::HasMsgpackSchemaName |
Concept to check if a type has a static NAME member. | |
Macros | |
#define | MSGPACK_NO_BOOST |
Functions | |
template<typename... Types> | |
bb::NamedUnion (std::variant< Types... >) -> NamedUnion< Types... > | |
#define MSGPACK_NO_BOOST |
Definition at line 6 of file named_union.hpp.