You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question, for "Batch Mode Single Polynomial, multiple points" it is not clear how verifier gets commitment to CF. Is it identical to previous chapter, committer sends CF=F(a)⋅G first?
I have a question, for "Batch Mode Single Polynomial, multiple points" it is not clear how verifier gets commitment to CF. Is it identical to previous chapter, committer sends CF=F(a)⋅G first?
Yes, it's the same. In almost all proofs, the Prover sends the Commitment of a polynomial to the Verifier. Occasionally, there are some cases where a Polynomial is an addition of smaller polynomials - in that case if the prover has already sent the commitment of the smaller polynomials to the verifier, then the verifier can compute the commitment of the polynomial himself because KZG commitments are additively homomorphic.
The KZG/Kate Polynomial Commitment Scheme – Risen Crypto – Mathematical Cryptography, zkSNARKs
https://risencrypto.github.io/Kate/
The text was updated successfully, but these errors were encountered: