|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "./tree_meta.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/types.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/numeric/uint256/uint256.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/stdlib/primitives/field/field.hpp"#include "msgpack/assert.hpp"#include <cstdint>#include <exception>#include <iostream>#include <memory>#include <mutex>#include <optional>#include <sstream>#include <stdexcept>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | bb::crypto::merkle_tree::ContentAddressedCache< LeafValueType > |
| struct | bb::crypto::merkle_tree::ContentAddressedCache< LeafValueType >::Journal |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::crypto |
| namespace | bb::crypto::merkle_tree |