|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
Public Member Functions | |
| uint64_t | trimmed_leaf_index () const |
| std::span< const FF > | trimmed_sibling_path () const |
| SERIALIZATION_FIELDS (is_write, current_value, new_value, leaf_index, sibling_path, root, tree_height, domain_separator) | |
Public Attributes | |
| bool | is_write = false |
| FF | current_value = 0 |
| FF | new_value = 0 |
| uint64_t | leaf_index = 0 |
| std::array< FF, 64 > | sibling_path |
| FF | root = 0 |
| uint64_t | tree_height = 10 |
| uint64_t | domain_separator = DOM_SEP__MERKLE_HASH |
Definition at line 36 of file merkle_check.fuzzer.cpp.
| MerkleCheckFuzzerInput::SERIALIZATION_FIELDS | ( | is_write | , |
| current_value | , | ||
| new_value | , | ||
| leaf_index | , | ||
| sibling_path | , | ||
| root | , | ||
| tree_height | , | ||
| domain_separator | |||
| ) |
|
inline |
Definition at line 46 of file merkle_check.fuzzer.cpp.
|
inline |
Definition at line 52 of file merkle_check.fuzzer.cpp.
| FF MerkleCheckFuzzerInput::current_value = 0 |
Definition at line 38 of file merkle_check.fuzzer.cpp.
| uint64_t MerkleCheckFuzzerInput::domain_separator = DOM_SEP__MERKLE_HASH |
Definition at line 44 of file merkle_check.fuzzer.cpp.
| bool MerkleCheckFuzzerInput::is_write = false |
Definition at line 37 of file merkle_check.fuzzer.cpp.
| uint64_t MerkleCheckFuzzerInput::leaf_index = 0 |
Definition at line 40 of file merkle_check.fuzzer.cpp.
| FF MerkleCheckFuzzerInput::new_value = 0 |
Definition at line 39 of file merkle_check.fuzzer.cpp.
| FF MerkleCheckFuzzerInput::root = 0 |
Definition at line 42 of file merkle_check.fuzzer.cpp.
| std::array<FF, 64> MerkleCheckFuzzerInput::sibling_path |
Definition at line 41 of file merkle_check.fuzzer.cpp.
| uint64_t MerkleCheckFuzzerInput::tree_height = 10 |
Definition at line 43 of file merkle_check.fuzzer.cpp.