Appearance
Proofs
The
where
Again here we are exploiting the fact that
Exercise 9
Implement the
python
def proof(S1,Qc):
#Solve here!
return c
#Given a challenge γ
γ = 151515
#Solve here!
b = a(γ)
Qc= (a - b)//(x-γ)
π = proof(S1,Qc)
If computed correctly, the proof obtained from
The value of the polynomial on the challenge point is: