Appearance
Commitments
A commitment function takes as parameters the public vector
Note that by construction this is:
which is equivalent to:
Exercise 8
Implement the commitment function below. Note that the output
python
def commitment(S1,p):
#Solve here!
return c
c = commitment(S1,a)
If computed correctly, you should get a commitment:
Now this commitment
In a subsequent step, the prover will receive the challenge