Instruction-Specific Transition Constraints

Instruction pop

This instruction uses all constraints defined by instruction groups step_1, shrink_stack, and keep_ram. It has no additional transition constraints.

Instruction push + a

This instruction uses all constraints defined by instruction groups step_2, grow_stack, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The instruction's argument a is moved onto the stack.

Polynomials

  1. st0' - nia

Instruction divine

This instruction uses all constraints defined by instruction groups step_2, grow_stack, and keep_ram. It has no additional transition constraints.

Instruction dup + i

This instruction makes use of indicator polynomials. For their definition, please refer to the corresponding section.

This instruction uses all constraints defined by instruction groups decompose_arg, step_2, grow_stack, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. If i is 0, then st0 is put on top of the stack.
  2. If i is 1, then st1 is put on top of the stack.
  3. If i is 2, then st2 is put on top of the stack.
  4. If i is 3, then st3 is put on top of the stack.
  5. If i is 4, then st4 is put on top of the stack.
  6. If i is 5, then st5 is put on top of the stack.
  7. If i is 6, then st6 is put on top of the stack.
  8. If i is 7, then st7 is put on top of the stack.
  9. If i is 8, then st8 is put on top of the stack.
  10. If i is 9, then st9 is put on top of the stack.
  11. If i is 10, then st10 is put on top of the stack.
  12. If i is 11, then st11 is put on top of the stack.
  13. If i is 12, then st12 is put on top of the stack.
  14. If i is 13, then st13 is put on top of the stack.
  15. If i is 14, then st14 is put on top of the stack.
  16. If i is 15, then st15 is put on top of the stack.

Polynomials

  1. ind_0(hv3, hv2, hv1, hv0)·(st0' - st0)
  2. ind_1(hv3, hv2, hv1, hv0)·(st0' - st1)
  3. ind_2(hv3, hv2, hv1, hv0)·(st0' - st2)
  4. ind_3(hv3, hv2, hv1, hv0)·(st0' - st3)
  5. ind_4(hv3, hv2, hv1, hv0)·(st0' - st4)
  6. ind_5(hv3, hv2, hv1, hv0)·(st0' - st5)
  7. ind_6(hv3, hv2, hv1, hv0)·(st0' - st6)
  8. ind_7(hv3, hv2, hv1, hv0)·(st0' - st7)
  9. ind_8(hv3, hv2, hv1, hv0)·(st0' - st8)
  10. ind_9(hv3, hv2, hv1, hv0)·(st0' - st9)
  11. ind_10(hv3, hv2, hv1, hv0)·(st0' - st10)
  12. ind_11(hv3, hv2, hv1, hv0)·(st0' - st11)
  13. ind_12(hv3, hv2, hv1, hv0)·(st0' - st12)
  14. ind_13(hv3, hv2, hv1, hv0)·(st0' - st13)
  15. ind_14(hv3, hv2, hv1, hv0)·(st0' - st14)
  16. ind_15(hv3, hv2, hv1, hv0)·(st0' - st15)

Helper variable definitions for dup + i

For dup + i, helper variables contain the binary decomposition of i:

  1. hv0 = i % 2
  2. hv1 = (i >> 1) % 2
  3. hv2 = (i >> 2) % 2
  4. hv3 = (i >> 3) % 2

Instruction swap + i

This instruction makes use of indicator polynomials. For their definition, please refer to the corresponding section.

This instruction uses all constraints defined by instruction groups decompose_arg, step_2, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. Argument i is not 0.
  2. If i is 1, then st0 is moved into st1.
  3. If i is 2, then st0 is moved into st2.
  4. If i is 3, then st0 is moved into st3.
  5. If i is 4, then st0 is moved into st4.
  6. If i is 5, then st0 is moved into st5.
  7. If i is 6, then st0 is moved into st6.
  8. If i is 7, then st0 is moved into st7.
  9. If i is 8, then st0 is moved into st8.
  10. If i is 9, then st0 is moved into st9.
  11. If i is 10, then st0 is moved into st10.
  12. If i is 11, then st0 is moved into st11.
  13. If i is 12, then st0 is moved into st12.
  14. If i is 13, then st0 is moved into st13.
  15. If i is 14, then st0 is moved into st14.
  16. If i is 15, then st0 is moved into st15.
  17. If i is 1, then st1 is moved into st0.
  18. If i is 2, then st2 is moved into st0.
  19. If i is 3, then st3 is moved into st0.
  20. If i is 4, then st4 is moved into st0.
  21. If i is 5, then st5 is moved into st0.
  22. If i is 6, then st6 is moved into st0.
  23. If i is 7, then st7 is moved into st0.
  24. If i is 8, then st8 is moved into st0.
  25. If i is 9, then st9 is moved into st0.
  26. If i is 10, then st10 is moved into st0.
  27. If i is 11, then st11 is moved into st0.
  28. If i is 12, then st12 is moved into st0.
  29. If i is 13, then st13 is moved into st0.
  30. If i is 14, then st14 is moved into st0.
  31. If i is 15, then st15 is moved into st0.
  32. If i is not 1, then st1 does not change.
  33. If i is not 2, then st2 does not change.
  34. If i is not 3, then st3 does not change.
  35. If i is not 4, then st4 does not change.
  36. If i is not 5, then st5 does not change.
  37. If i is not 6, then st6 does not change.
  38. If i is not 7, then st7 does not change.
  39. If i is not 8, then st8 does not change.
  40. If i is not 9, then st9 does not change.
  41. If i is not 10, then st10 does not change.
  42. If i is not 11, then st11 does not change.
  43. If i is not 12, then st12 does not change.
  44. If i is not 13, then st13 does not change.
  45. If i is not 14, then st14 does not change.
  46. If i is not 15, then st15 does not change.
  47. The top of the OpStack underflow, i.e., osv, does not change.
  48. The OpStack pointer does not change.

Polynomials

  1. ind_0(hv3, hv2, hv1, hv0)
  2. ind_1(hv3, hv2, hv1, hv0)·(st1' - st0)
  3. ind_2(hv3, hv2, hv1, hv0)·(st2' - st0)
  4. ind_3(hv3, hv2, hv1, hv0)·(st3' - st0)
  5. ind_4(hv3, hv2, hv1, hv0)·(st4' - st0)
  6. ind_5(hv3, hv2, hv1, hv0)·(st5' - st0)
  7. ind_6(hv3, hv2, hv1, hv0)·(st6' - st0)
  8. ind_7(hv3, hv2, hv1, hv0)·(st7' - st0)
  9. ind_8(hv3, hv2, hv1, hv0)·(st8' - st0)
  10. ind_9(hv3, hv2, hv1, hv0)·(st9' - st0)
  11. ind_10(hv3, hv2, hv1, hv0)·(st10' - st0)
  12. ind_11(hv3, hv2, hv1, hv0)·(st11' - st0)
  13. ind_12(hv3, hv2, hv1, hv0)·(st12' - st0)
  14. ind_13(hv3, hv2, hv1, hv0)·(st13' - st0)
  15. ind_14(hv3, hv2, hv1, hv0)·(st14' - st0)
  16. ind_15(hv3, hv2, hv1, hv0)·(st15' - st0)
  17. ind_1(hv3, hv2, hv1, hv0)·(st0' - st1)
  18. ind_2(hv3, hv2, hv1, hv0)·(st0' - st2)
  19. ind_3(hv3, hv2, hv1, hv0)·(st0' - st3)
  20. ind_4(hv3, hv2, hv1, hv0)·(st0' - st4)
  21. ind_5(hv3, hv2, hv1, hv0)·(st0' - st5)
  22. ind_6(hv3, hv2, hv1, hv0)·(st0' - st6)
  23. ind_7(hv3, hv2, hv1, hv0)·(st0' - st7)
  24. ind_8(hv3, hv2, hv1, hv0)·(st0' - st8)
  25. ind_9(hv3, hv2, hv1, hv0)·(st0' - st9)
  26. ind_10(hv3, hv2, hv1, hv0)·(st0' - st10)
  27. ind_11(hv3, hv2, hv1, hv0)·(st0' - st11)
  28. ind_12(hv3, hv2, hv1, hv0)·(st0' - st12)
  29. ind_13(hv3, hv2, hv1, hv0)·(st0' - st13)
  30. ind_14(hv3, hv2, hv1, hv0)·(st0' - st14)
  31. ind_15(hv3, hv2, hv1, hv0)·(st0' - st15)
  32. (1 - ind_1(hv3, hv2, hv1, hv0))·(st1' - st1)
  33. (1 - ind_2(hv3, hv2, hv1, hv0))·(st2' - st2)
  34. (1 - ind_3(hv3, hv2, hv1, hv0))·(st3' - st3)
  35. (1 - ind_4(hv3, hv2, hv1, hv0))·(st4' - st4)
  36. (1 - ind_5(hv3, hv2, hv1, hv0))·(st5' - st5)
  37. (1 - ind_6(hv3, hv2, hv1, hv0))·(st6' - st6)
  38. (1 - ind_7(hv3, hv2, hv1, hv0))·(st7' - st7)
  39. (1 - ind_8(hv3, hv2, hv1, hv0))·(st8' - st8)
  40. (1 - ind_9(hv3, hv2, hv1, hv0))·(st9' - st9)
  41. (1 - ind_10(hv3, hv2, hv1, hv0))·(st10' - st10)
  42. (1 - ind_11(hv3, hv2, hv1, hv0))·(st11' - st11)
  43. (1 - ind_12(hv3, hv2, hv1, hv0))·(st12' - st12)
  44. (1 - ind_13(hv3, hv2, hv1, hv0))·(st13' - st13)
  45. (1 - ind_14(hv3, hv2, hv1, hv0))·(st14' - st14)
  46. (1 - ind_15(hv3, hv2, hv1, hv0))·(st15' - st15)
  47. osv' - osv
  48. osp' - osp

Helper variable definitions for swap + i

For swap + i, helper variables contain the binary decomposition of i:

  1. hv0 = i % 2
  2. hv1 = (i >> 1) % 2
  3. hv2 = (i >> 2) % 2
  4. hv3 = (i >> 3) % 2

Instruction nop

This instruction uses all constraints defined by instruction groups step_1, keep_stack, and keep_ram. It has no additional transition constraints.

Instruction skiz

For the correct behavior of instruction skiz, the instruction pointer ip needs to increment by either 1, or 2, or 3. The concrete value depends on the top of the stack st0 and the next instruction, held in nia.

Helper variable hv1 helps with identifying whether st0 is 0. To this end, it holds the inverse-or-zero of st0, i.e., is 0 if and only if st0 is 0, and is the inverse of st0 otherwise.

Efficient arithmetization of instruction skiz makes use of one of the properties of opcodes. Concretely, the least significant bit of an opcode is 1 if and only if the instruction takes an argument. The arithmetization of skiz can incorporate this simple flag by decomposing nia into helper variable registers hv, similarly to how ci is (always) deconstructed into instruction bit registers ib. Correct decomposition is guaranteed by employing a range check.

This instruction uses all constraints defined by instruction groups keep_jump_stack, shrink_stack, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. Helper variable hv1 is the inverse of st0 or 0.
  2. Helper variable hv1 is the inverse of st0 or st0 is 0.
  3. The next instruction nia is decomposed into helper variables hv2 through hv6.
  4. The indicator helper variable hv2 is either 0 or 1. Here, hv2 == 1 means that nia takes an argument.
  5. The helper variable hv3 is either 0 or 1 or 2 or 3.
  6. The helper variable hv4 is either 0 or 1 or 2 or 3.
  7. The helper variable hv5 is either 0 or 1 or 2 or 3.
  8. The helper variable hv6 is either 0 or 1 or 2 or 3.
  9. If st0 is non-zero, register ip is incremented by 1. If st0 is 0 and nia takes no argument, register ip is incremented by 2. If st0 is 0 and nia takes an argument, register ip is incremented by 3.

Written as Disjunctive Normal Form, the last constraint can be expressed as:

  1. (Register st0 is 0 or ip is incremented by 1), and (st0 has a multiplicative inverse or hv2 is 1 or ip is incremented by 2), and (st0 has a multiplicative inverse or hv2 is 0 or ip is incremented by 3).

Since the three cases are mutually exclusive, the three respective polynomials can be summed up into one.

Polynomials

  1. (st0·hv1 - 1)·hv1
  2. (st0·hv1 - 1)·st0
  3. nia - hv2 - 2·hv3 - 8·hv4 - 32·hv5 - 128·hv6
  4. hv2·(hv2 - 1)
  5. hv3·(hv3 - 1)·(hv3 - 2)·(hv3 - 3)
  6. hv4·(hv4 - 1)·(hv4 - 2)·(hv4 - 3)
  7. hv5·(hv5 - 1)·(hv5 - 2)·(hv5 - 3)
  8. hv6·(hv6 - 1)·(hv6 - 2)·(hv6 - 3)
  9. (ip' - (ip + 1)·st0)
    + ((ip' - (ip + 2))·(st0·hv1 - 1)·(hv2 - 1))
    + ((ip' - (ip + 3))·(st0·hv1 - 1)·hv2)

Helper variable definitions for skiz

  1. hv1 = inverse(st0) (if st0 ≠ 0)
  2. hv2 = nia mod 2
  3. hv3 = (nia >> 1) mod 4
  4. hv4 = (nia >> 3) mod 4
  5. hv5 = (nia >> 5) mod 4
  6. hv6 = nia >> 7

Instruction call + d

This instruction uses all constraints defined by instruction groups keep_stack and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The jump stack pointer jsp is incremented by 1.
  2. The jump's origin jso is set to the current instruction pointer ip plus 2.
  3. The jump's destination jsd is set to the instruction's argument d.
  4. The instruction pointer ip is set to the instruction's argument d.

Polynomials

  1. jsp' - (jsp + 1)
  2. jso' - (ip + 2)
  3. jsd' - nia
  4. ip' - nia

Instruction return

This instruction uses all constraints defined by instruction groups keep_stack and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The jump stack pointer jsp is decremented by 1.
  2. The instruction pointer ip is set to the last call's origin jso.

Polynomials

  1. jsp' - (jsp - 1)
  2. ip' - jso

Instruction recurse

This instruction uses all constraints defined by instruction groups keep_jump_stack, keep_stack, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The jump stack pointer jsp does not change.
  2. The last jump's origin jso does not change.
  3. The last jump's destination jsd does not change.
  4. The instruction pointer ip is set to the last jump's destination jsd.

Polynomials

  1. jsp' - jsp
  2. jso' - jso
  3. jsd' - jsd
  4. ip' - jsd

Instruction assert

This instruction uses all constraints defined by instruction groups step_1, shrink_stack, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The current top of the stack st0 is 1.

Polynomials

  1. st0 - 1

Instruction halt

This instruction uses all constraints defined by instruction groups step_1, keep_stack, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The instruction executed in the following step is instruction halt.

Polynomials

  1. ci' - ci

Instruction read_mem

This instruction uses all constraints defined by instruction groups step_1 and grow_stack. Additionally, it defines the following transition constraints.

Description

  1. The RAM pointer is overwritten with stack element st0.
  2. The top of the stack is overwritten with the RAM value.

Polynomials

  1. ramp' - st0
  2. st0' - ramv

Instruction write_mem

This instruction uses all constraints defined by instruction groups step_1 and shrink_stack. Additionally, it defines the following transition constraints.

Description

  1. The RAM pointer is overwritten with stack element st1.
  2. The RAM value is overwritten with the top of the stack.

Polynomials

  1. ramp' - st1
  2. ramv' - st0

Instruction hash

This instruction uses all constraints defined by instruction groups step_1, stack_remains_and_top_10_unconstrained, and keep_ram. It has no additional transition constraints. Two Evaluation Arguments with the Hash Table guarantee correct transition.

Instruction divine_sibling

Recall that in a Merkle tree, the indices of left (respectively right) leafs have 0 (respectively 1) as their least significant bit. The first two polynomials achieve that helper variable hv0 holds the result of st10 mod 2. The third polynomial sets the new value of st10 to st10 div 2.

This instruction uses all constraints defined by instruction groups step_1, stack_remains_and_top_11_unconstrained, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. Helper variable hv0 is either 0 or 1.
  2. The 11th stack register is shifted by 1 bit to the right.
  3. If hv0 is 0, then st0 does not change.
  4. If hv0 is 0, then st1 does not change.
  5. If hv0 is 0, then st2 does not change.
  6. If hv0 is 0, then st3 does not change.
  7. If hv0 is 0, then st4 does not change.
  8. If hv0 is 1, then st0 is copied to st5.
  9. If hv0 is 1, then st1 is copied to st6.
  10. If hv0 is 1, then st2 is copied to st7.
  11. If hv0 is 1, then st3 is copied to st8.
  12. If hv0 is 1, then st4 is copied to st9.

Polynomials

  1. hv0·(hv0 - 1)
  2. st10'·2 + hv0 - st10
  3. (1 - hv0)·(st0' - st0) + hv0·(st5' - st0)
  4. (1 - hv0)·(st1' - st1) + hv0·(st6' - st1)
  5. (1 - hv0)·(st2' - st2) + hv0·(st7' - st2)
  6. (1 - hv0)·(st3' - st3) + hv0·(st8' - st3)
  7. (1 - hv0)·(st4' - st4) + hv0·(st9' - st4)

Helper variable definitions for divine_sibling

Since st10 contains the Merkle tree node index,

  1. hv0 holds the result of st10 % 2 (the node index's least significant bit, indicating whether it is a left/right node).

Instruction assert_vector

This instruction uses all constraints defined by instruction groups step_1, keep_stack, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. Register st0 is equal to st5.
  2. Register st1 is equal to st6.
  3. Register st2 is equal to st7.
  4. Register st3 is equal to st8.
  5. Register st4 is equal to st9.

Polynomials

  1. st5 - st0
  2. st6 - st1
  3. st7 - st2
  4. st8 - st3
  5. st9 - st4

Instruction absorb_init

This instruction uses all constraints defined by instruction groups step_1, keep_stack, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the Hash Table.

Instruction absorb

This instruction uses all constraints defined by instruction groups step_1, keep_stack, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the Hash Table.

Instruction squeeze

This instruction uses all constraints defined by instruction groups step_1, stack_remains_and_top_10_unconstrained, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the Hash Table.

Instruction add

This instruction uses all constraints defined by instruction groups step_1, binary_operation, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The sum of the top two stack elements is moved into the top of the stack.

Polynomials

  1. st0' - (st0 + st1)

Instruction mul

This instruction uses all constraints defined by instruction groups step_1, binary_operation, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The product of the top two stack elements is moved into the top of the stack.

Polynomials

  1. st0' - st0·st1

Instruction invert

This instruction uses all constraints defined by instruction groups step_1, unary_operation, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The top of the stack's inverse is moved into the top of the stack.

Polynomials

  1. st0'·st0 - 1

Instruction eq

This instruction uses all constraints defined by instruction groups step_1, binary_operation, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. Helper variable hv1 is the inverse of the difference of the stack's two top-most elements or 0.
  2. Helper variable hv1 is the inverse of the difference of the stack's two top-most elements or the difference is 0.
  3. The new top of the stack is 1 if the difference between the stack's two top-most elements is not invertible, 0 otherwise.

Polynomials

  1. hv1·(hv1·(st1 - st0) - 1)
  2. (st1 - st0)·(hv1·(st1 - st0) - 1)
  3. st0' - (1 - hv1·(st1 - st0))

Helper variable definitions for eq

  1. hv1 = inverse(rhs - lhs) if rhs - lhs ≠ 0.
  2. hv1 = 0 if rhs - lhs = 0.

Instruction split

This instruction uses all constraints defined by instruction groups step_1, stack_grows_and_top_2_unconstrained, and keep_ram. Additionally, it defines the following transition constraints. Part of the correct transition, namely the range check on the instruction's result, is guaranteed by the U32 Table.

Description

  1. The top of the stack is decomposed as 32-bit chunks into the stack's top-most two elements.
  2. Helper variable hv0 holds the inverse of subtracted from the high 32 bits or the low 32 bits are 0.

Polynomials

  1. st0 - (2^32·st1' + st0')
  2. st0'·(hv0·(st1' - (2^32 - 1)) - 1)

Helper variable definitions for split

Given the high 32 bits of st0 as hi = st0 >> 32 and the low 32 bits of st0 as lo = st0 & 0xffff_ffff,

  1. hv0 = (hi - (2^32 - 1)) if lo ≠ 0.
  2. hv0 = 0 if lo = 0.

Instruction lt

This instruction uses all constraints defined by instruction groups step_1, binary_operation, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the U32 Table.

Instruction and

This instruction uses all constraints defined by instruction groups step_1, binary_operation, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the U32 Table.

Instruction xor

This instruction uses all constraints defined by instruction groups step_1, binary_operation, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the U32 Table.

Instruction log2floor

This instruction uses all constraints defined by instruction groups step_1, unary_operation, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the U32 Table.

Instruction pow

This instruction uses all constraints defined by instruction groups step_1, binary_operation, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the U32 Table.

Instruction div

This instruction uses all constraints defined by instruction groups step_1, stack_remains_and_top_3_unconstrained, and keep_ram. Additionally, it defines the following transition constraints.

Recall that instruction div takes stack _ d n and computes _ q r where n is the numerator, d is the denominator, r is the remainder, and q is the quotient. The following two properties are guaranteed by the U32 Table:

  1. The remainder r is smaller than the denominator d, and
  2. all four of n, d, q, and r are u32s.

Description

  1. Numerator is quotient times denominator plus remainder: n == q·d + r.
  2. Stack element st2 does not change.

Polynomials

  1. st0 - st1·st1' - st0'
  2. st2' - st2

Instruction pop_count

This instruction uses all constraints defined by instruction groups step_1, unary_operation, and keep_ram. Beyond that, this instruction has no transition constraints. Instead, correct transition is guaranteed by the U32 Table.

Instruction xxadd

This instruction uses all constraints defined by instruction groups step_1, stack_remains_and_top_3_unconstrained, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The result of adding st0 to st3 is moved into st0.
  2. The result of adding st1 to st4 is moved into st1.
  3. The result of adding st2 to st5 is moved into st2.

Polynomials

  1. st0' - (st0 + st3)
  2. st1' - (st1 + st4)
  3. st2' - (st2 + st5)

Instruction xxmul

This instruction uses all constraints defined by instruction groups step_1, stack_remains_and_top_3_unconstrained, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The coefficient of x^0 of multiplying the two X-Field elements on the stack is moved into st0.
  2. The coefficient of x^1 of multiplying the two X-Field elements on the stack is moved into st1.
  3. The coefficient of x^2 of multiplying the two X-Field elements on the stack is moved into st2.

Polynomials

  1. st0' - (st0·st3 - st2·st4 - st1·st5)
  2. st1' - (st1·st3 + st0·st4 - st2·st5 + st2·st4 + st1·st5)
  3. st2' - (st2·st3 + st1·st4 + st0·st5 + st2·st5)

Instruction xinvert

This instruction uses all constraints defined by instruction groups step_1, stack_remains_and_top_3_unconstrained, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The coefficient of x^0 of multiplying X-Field element on top of the current stack and on top of the next stack is 1.
  2. The coefficient of x^1 of multiplying X-Field element on top of the current stack and on top of the next stack is 0.
  3. The coefficient of x^2 of multiplying X-Field element on top of the current stack and on top of the next stack is 0.

Polynomials

  1. st0·st0' - st2·st1' - st1·st2' - 1
  2. st1·st0' + st0·st1' - st2·st2' + st2·st1' + st1·st2'
  3. st2·st0' + st1·st1' + st0·st2' + st2·st2'

Instruction xbmul

This instruction uses all constraints defined by instruction groups step_1, stack_shrinks_and_top_3_unconstrained, and keep_ram. Additionally, it defines the following transition constraints.

Description

  1. The result of multiplying the top of the stack with the X-Field element's coefficient for x^0 is moved into st0.
  2. The result of multiplying the top of the stack with the X-Field element's coefficient for x^1 is moved into st1.
  3. The result of multiplying the top of the stack with the X-Field element's coefficient for x^2 is moved into st2.

Polynomials

  1. st0' - st0·st1
  2. st1' - st0·st2
  3. st2' - st0·st3

Instruction read_io

This instruction uses all constraints defined by instruction groups step_1, grow_stack, and keep_ram. It has no additional transition constraints. An Evaluation Argument with the list of input symbols guarantees correct transition.

Instruction write_io

This instruction uses all constraints defined by instruction groups step_1, shrink_stack, and keep_ram. It has no additional transition constraints. An Evaluation Argument with the list of output symbols guarantees correct transition.