|
barretenberg
|
Public Attributes | |
| bool | accumulator_empty = false |
| bool | q_add = false |
| bool | q_mul = false |
| bool | q_eq = false |
| bool | q_reset_accumulator = false |
| bool | msm_transition = false |
| uint32_t | pc = 0 |
| uint32_t | msm_count = 0 |
| FF | base_x = 0 |
| FF | base_y = 0 |
| uint256_t | z1 = 0 |
| uint256_t | z2 = 0 |
| bool | z1_zero = false |
| bool | z2_zero = false |
| uint32_t | opcode = 0 |
| FF | accumulator_x = 0 |
| FF | accumulator_y = 0 |
| FF | msm_output_x = 0 |
| FF | msm_output_y = 0 |
| FF | collision_check = 0 |