Appearance
Verification
So now the prover, who has issued the challenge
The left-hand side is:
and using bilinearity:
The right-hand side is:
So essentially what the pairing allows us to do is to check:
which is expected by the construction of
Exercise 10
Implement a
Test the function on the previously computed commitment
python
def verification(c,π,γ,b):
#Solve here!
assert verification(c,π,γ,b) == True