|
barretenberg
|
Classes | |
| struct | AddState |
Public Attributes | |
| uint32_t | pc = 0 |
| uint32_t | msm_size = 0 |
| uint32_t | msm_count = 0 |
| uint32_t | msm_round = 0 |
| bool | msm_transition = false |
| bool | q_add = false |
| bool | q_double = false |
| bool | q_skew = false |
| std::array< AddState, 4 > | add_state |
| FF | accumulator_x = 0 |
| FF | accumulator_y = 0 |
| std::array<AddState, 4> proof_system::ECCVMMSMMBuilder< Flavor >::MSMState::add_state |