Appearance
Step 3: Master polynomial
We are now going to build a "master polynomial" which will encode the gate constraints and the permutation constraints in one, which will be more efficient and equivalent to checking each constrain separately.
Exercise 21
Generate a challenge
Then compute the
Compute the master polynomial:
and its quotient:
Commit to
python
#Solve here!
alpha =
L1 =
t_gates =
t_perm_start=
z_shifted =
t_perm_step =
bigt =
quotient_poly =
c_t =