|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <ecc_transcript_short_relation.hpp>
Public Types | |
| using | FF = FF_ |
| using | Base = ECCVMTranscriptRelationImpl< FF > |
Public Types inherited from bb::ECCVMTranscriptRelationImpl< FF_ > | |
| enum | SubrelationIndex : size_t { Z1_ZERO_CHECK = 0 , Z2_ZERO_CHECK = 1 , OPCODE_WELL_FORMED = 2 , PC_UPDATE = 3 , MSM_COUNT_ZERO_AT_TRANSITION = 4 , MSM_TRANSITION = 5 , MSM_COUNT_ZERO_WHEN_NOT_MUL = 6 , MSM_COUNT_INCREMENT_ACROSS_ROWS = 7 , OPCODE_EXCLUSION = 8 , EQ_X_DIFF = 9 , EQ_Y_DIFF = 10 , BOUNDARY_ACCUMULATOR_EMPTY = 11 , BOUNDARY_MSM_COUNT_AND_PC = 12 , ON_CURVE_CHECK = 13 , LAMBDA_RELATION = 14 , ACCUMULATOR_X_UPDATE = 15 , ACCUMULATOR_Y_UPDATE = 16 , ACCUMULATOR_EMPTY_UPDATE = 17 , ADD_X_EQUAL_CHECK = 18 , ADD_Y_EQUAL_CHECK = 19 , HIDING_ROW_EQ = 20 , HIDING_ROW_RESET = 21 , INFINITY_BASE_PX = 22 , INFINITY_BASE_PY = 23 , INFINITY_ACC_X = 24 , INFINITY_ACC_Y = 25 , OFFSET_GENERATOR_X = 26 , OFFSET_GENERATOR_Y = 27 , MSM_INFINITY_X_DIFF = 28 , MSM_INFINITY_Y_SUM = 29 , MSM_INFINITY_INVERSE = 30 , NUM_SUBRELATIONS } |
| using | FF = FF_ |
Static Public Member Functions | |
| template<typename AllEntities > | |
| static bool | skip (const AllEntities &in) |
| template<typename ContainerOverSubrelations , typename AllEntities , typename Parameters > | |
| static void | accumulate (ContainerOverSubrelations &accumulator, const AllEntities &in, const Parameters ¶ms, const FF &scaling_factor) |
Static Public Member Functions inherited from bb::ECCVMTranscriptRelationImpl< FF_ > | |
| template<typename ContainerOverSubrelations , typename AllEntities , typename Parameters > | |
| static void | accumulate (ContainerOverSubrelations &accumulator, const AllEntities &in, const Parameters &, const FF &scaling_factor) |
| ECCVMTranscriptRelationImpl evaluates the correctness of the ECCVM transcript columns. | |
| static constexpr FF | get_curve_b () |
Static Public Attributes | |
| static constexpr size_t | NUM_MAIN_SUBRELATIONS = Base::OFFSET_GENERATOR_X |
| static constexpr std::array< size_t, NUM_MAIN_SUBRELATIONS > | SUBRELATION_PARTIAL_LENGTHS |
Static Public Attributes inherited from bb::ECCVMTranscriptRelationImpl< FF_ > | |
| static constexpr std::array< size_t, 31 > | SUBRELATION_PARTIAL_LENGTHS |
Definition at line 15 of file ecc_transcript_short_relation.hpp.
| using bb::ECCVMTranscriptShortRelationImpl< FF_ >::Base = ECCVMTranscriptRelationImpl<FF> |
Definition at line 18 of file ecc_transcript_short_relation.hpp.
| using bb::ECCVMTranscriptShortRelationImpl< FF_ >::FF = FF_ |
Definition at line 17 of file ecc_transcript_short_relation.hpp.
|
static |
Definition at line 15 of file ecc_transcript_short_relation_impl.hpp.
|
inlinestatic |
Definition at line 105 of file ecc_transcript_short_relation.hpp.
|
staticconstexpr |
Definition at line 30 of file ecc_transcript_short_relation.hpp.
|
staticconstexpr |
Definition at line 31 of file ecc_transcript_short_relation.hpp.