Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <test_tree.hpp>
Public Member Functions | |
TestMemoryTree (size_t depth, size_t total_depth) | |
fr_sibling_path | get_sibling_path (size_t index) |
FF | update_element (size_t index, FF const &value) |
FF | root () const |
Private Attributes | |
MemoryTree< HashingPolicy > | real_tree |
size_t | total_depth |
size_t | depth |
Definition at line 12 of file test_tree.hpp.
|
inline |
Definition at line 14 of file test_tree.hpp.
fr_sibling_path bb::avm2::testing::TestMemoryTree< HashingPolicy >::get_sibling_path | ( | size_t | index | ) |
Definition at line 40 of file test_tree.hpp.
FF bb::avm2::testing::TestMemoryTree< HashingPolicy >::root | ( | ) | const |
Definition at line 49 of file test_tree.hpp.
FF bb::avm2::testing::TestMemoryTree< HashingPolicy >::update_element | ( | size_t | index, |
FF const & | value | ||
) |
Definition at line 32 of file test_tree.hpp.
|
private |
Definition at line 29 of file test_tree.hpp.
|
private |
Definition at line 27 of file test_tree.hpp.
|
private |
Definition at line 28 of file test_tree.hpp.