|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"#include "barretenberg/common/net.hpp"#include "barretenberg/numeric/bitop/count_leading_zeros.hpp"#include "barretenberg/numeric/bitop/keep_n_lsb.hpp"#include "barretenberg/numeric/uint128/uint128.hpp"#include "barretenberg/stdlib/primitives/field/field.hpp"#include "hash_path.hpp"#include "merkle_tree.hpp"#include <iostream>#include <sstream>Go to the source code of this file.
Classes | |
| class | bb::crypto::merkle_tree::MerkleTree< Store, HashingPolicy > |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::crypto |
| namespace | bb::crypto::merkle_tree |
Functions | |
| template<typename T > | |
| bool | bb::crypto::merkle_tree::bit_set (T const &index, size_t i) |
Variables | |
| constexpr size_t | bb::crypto::merkle_tree::REGULAR_NODE_SIZE = 64 |
| constexpr size_t | bb::crypto::merkle_tree::STUMP_NODE_SIZE = 65 |