|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <merkle_check.hpp>
Static Public Member Functions | |
| static std::string | get_subrelation_label (size_t index) |
Static Public Member Functions inherited from bb::avm2::merkle_checkImpl< FF > | |
| static bool | skip (const AllEntities &in) |
| static void | accumulate (ContainerOverSubrelations &evals, const AllEntities &in, const RelationParameters< FF > &, const FF &scaling_factor) |
Static Public Attributes | |
| static constexpr const std::string_view | NAME = "merkle_check" |
| static constexpr size_t | SR_END_IFF_REM_PATH_EMPTY = 3 |
| static constexpr size_t | SR_COMPUTATION_FINISH_AT_END = 4 |
| static constexpr size_t | SR_SELECTOR_ON_START_OR_END = 5 |
| static constexpr size_t | SR_PROPAGATE_READ_ROOT = 6 |
| static constexpr size_t | SR_PROPAGATE_WRITE = 7 |
| static constexpr size_t | SR_PROPAGATE_WRITE_ROOT = 8 |
| static constexpr size_t | SR_PATH_LEN_DECREMENTS = 9 |
| static constexpr size_t | SR_NEXT_INDEX_IS_HALVED = 11 |
| static constexpr size_t | SR_FINAL_INDEX_EQUAL_TO_FIRST_BIT = 12 |
| static constexpr size_t | SR_READ_LEFT_NODE = 13 |
| static constexpr size_t | SR_READ_RIGHT_NODE = 14 |
| static constexpr size_t | SR_WRITE_LEFT_NODE = 15 |
| static constexpr size_t | SR_WRITE_RIGHT_NODE = 16 |
| static constexpr size_t | SR_OUTPUT_HASH_IS_NEXT_ROWS_READ_NODE = 17 |
| static constexpr size_t | SR_OUTPUT_HASH_IS_NEXT_ROWS_WRITE_NODE = 18 |
| static constexpr size_t | SR_READ_OUTPUT_HASH_IS_READ_ROOT = 19 |
| static constexpr size_t | SR_WRITE_OUTPUT_HASH_IS_WRITE_ROOT = 20 |
Static Public Attributes inherited from bb::Relation< merkle_checkImpl< FF > > | |
| static constexpr size_t | RELATION_LENGTH |
Static Public Attributes inherited from bb::avm2::merkle_checkImpl< FF > | |
| static constexpr std::array< size_t, 21 > | SUBRELATION_PARTIAL_LENGTHS |
Additional Inherited Members | |
Public Types inherited from bb::Relation< merkle_checkImpl< FF > > | |
| using | FF = typename RelationImpl::FF |
| using | SumcheckTupleOfUnivariatesOverSubrelations = TupleOfUnivariates< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS > |
| using | SumcheckArrayOfValuesOverSubrelations = ArrayOfValues< FF, RelationImpl::SUBRELATION_PARTIAL_LENGTHS > |
| using | UnivariateAccumulator0 = std::tuple_element_t< 0, SumcheckTupleOfUnivariatesOverSubrelations > |
| using | ValueAccumulator0 = std::tuple_element_t< 0, SumcheckArrayOfValuesOverSubrelations > |
Public Types inherited from bb::avm2::merkle_checkImpl< FF > | |
| using | FF = FF |
Definition at line 34 of file merkle_check.hpp.
|
inlinestatic |
Definition at line 57 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 36 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 40 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 39 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 47 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 46 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 52 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 53 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 45 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 42 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 43 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 44 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 48 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 54 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 49 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 41 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 50 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 55 of file merkle_check.hpp.
|
staticconstexpr |
Definition at line 51 of file merkle_check.hpp.