Appearance
KZG polynomial commitment scheme
Our goal is to leverage pairings to help provers to commit to a polynomial
Exercise 7 For this protocol to work, we need a trusted setup based on a uniformly random (and secret) toxic waste τ. This is called toxic waste since it must be deleted after some setup values have been computed with it in order for the protocol to be secure. We also need to declare a public maximum polynomial degree
With example
where
where
python
#Solve here!
τ = 424242
l=10
S1=
S2=
If computed correctly you should get:
and: