|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/crypto/merkle_tree/hash_path.hpp"#include "barretenberg/crypto/merkle_tree/indexed_tree/indexed_leaf.hpp"#include "barretenberg/crypto/merkle_tree/lmdb_store/lmdb_tree_store.hpp"#include "barretenberg/crypto/merkle_tree/node_store/tree_meta.hpp"#include "barretenberg/crypto/merkle_tree/types.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/serialize/msgpack.hpp"#include <exception>#include <functional>#include <memory>#include <optional>#include <string>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::crypto |
| namespace | bb::crypto::merkle_tree |
Functions | |
| template<typename ResponseType > | |
| void | bb::crypto::merkle_tree::execute_and_report (const std::function< void(TypedResponse< ResponseType > &)> &f, const std::function< void(TypedResponse< ResponseType > &)> &on_completion) |
| void | bb::crypto::merkle_tree::execute_and_report (const std::function< void()> &f, const std::function< void(Response &)> &on_completion) |