#include <mock_merkle_check.hpp>
|
| MockMerkleCheck () |
|
| ~MockMerkleCheck () override |
|
| MOCK_METHOD (void, assert_membership,(const FF &leaf_value, const uint64_t leaf_index, std::span< const FF > sibling_path, const FF &root),(override)) |
|
| MOCK_METHOD (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),(override)) |
|
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 10 of file mock_merkle_check.hpp.
◆ MockMerkleCheck()
bb::avm2::simulation::MockMerkleCheck::MockMerkleCheck |
( |
| ) |
|
|
default |
◆ ~MockMerkleCheck()
bb::avm2::simulation::MockMerkleCheck::~MockMerkleCheck |
( |
| ) |
|
|
overridedefault |
◆ MOCK_METHOD() [1/2]
bb::avm2::simulation::MockMerkleCheck::MOCK_METHOD |
( |
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) |
, |
|
|
(override) |
|
|
) |
| |
◆ MOCK_METHOD() [2/2]
bb::avm2::simulation::MockMerkleCheck::MOCK_METHOD |
( |
void |
, |
|
|
assert_membership |
, |
|
|
(const FF &leaf_value, const uint64_t leaf_index, std::span< const FF > sibling_path, const FF &root) |
, |
|
|
(override) |
|
|
) |
| |
The documentation for this class was generated from the following files: