#include <indexed_tree_check.hpp>
|
| virtual | ~IndexedTreeCheckInterface ()=default |
| |
| virtual void | assert_read (const FF &value, std::optional< IndexedTreeSiloingParameters > siloing_params, bool exists, const IndexedTreeLeafData &low_leaf_preimage, uint64_t low_leaf_index, std::span< const FF > sibling_path, const AppendOnlyTreeSnapshot &snapshot)=0 |
| |
| virtual AppendOnlyTreeSnapshot | write (const FF &value, std::optional< IndexedTreeSiloingParameters > siloing_params, std::optional< uint64_t > public_inputs_index, const IndexedTreeLeafData &low_leaf_preimage, uint64_t low_leaf_index, std::span< const FF > low_leaf_sibling_path, const AppendOnlyTreeSnapshot &prev_snapshot, std::optional< std::span< const FF > > insertion_sibling_path)=0 |
| |
Definition at line 13 of file indexed_tree_check.hpp.
◆ ~IndexedTreeCheckInterface()
| virtual bb::avm2::simulation::IndexedTreeCheckInterface::~IndexedTreeCheckInterface |
( |
| ) |
|
|
virtualdefault |
◆ assert_read()
◆ write()
The documentation for this class was generated from the following file: