#include <merkle_check.hpp>
|
virtual | ~MerkleCheckInterface ()=default |
|
virtual void | assert_membership (const FF &leaf_value, const uint64_t leaf_index, std::span< const FF > sibling_path, const FF &root)=0 |
|
virtual FF | write (const FF ¤t_value, const FF &new_value, const uint64_t leaf_index, std::span< const FF > sibling_path, const FF ¤t_root)=0 |
|
Definition at line 16 of file merkle_check.hpp.
◆ ~MerkleCheckInterface()
virtual bb::avm2::simulation::MerkleCheckInterface::~MerkleCheckInterface |
( |
| ) |
|
|
virtualdefault |
◆ assert_membership()
virtual void bb::avm2::simulation::MerkleCheckInterface::assert_membership |
( |
const FF & |
leaf_value, |
|
|
const uint64_t |
leaf_index, |
|
|
std::span< const FF > |
sibling_path, |
|
|
const FF & |
root |
|
) |
| |
|
pure virtual |
◆ write()
virtual FF bb::avm2::simulation::MerkleCheckInterface::write |
( |
const FF & |
current_value, |
|
|
const FF & |
new_value, |
|
|
const uint64_t |
leaf_index, |
|
|
std::span< const FF > |
sibling_path, |
|
|
const FF & |
current_root |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: