3#include "../merkle_tree.hpp"
4#include "nullifier_leaf.hpp"
16 NullifierTree(Store& store,
size_t depth, uint8_t tree_id = 0);
26 fr update_element(
fr const& value);
38 std::vector<WrappedNullifierLeaf> leaves;
Definition: uint256.hpp:25
Definition: merkle_tree.hpp:13
fr compute_zero_path_hash(size_t height, index_t index, fr const &value)
Definition: merkle_tree.cpp:313
Definition: nullifier_tree.hpp:12
constexpr_utils defines some helper methods that perform some stl-equivalent operations but in a cons...
Definition: constexpr_utils.hpp:16
Definition: widget.bench.cpp:13