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
When folding KZG proofs for verification, we hash the inputs to compute the random coefficient for computing the linear combination. However, in current use cases we already have computed the hash of inputs previously (in PLONK verifier. By allowing to provide the random coefficient from the caller (e.g. by using an option), then we can save some computation.
When folding KZG proofs for verification, we hash the inputs to compute the random coefficient for computing the linear combination. However, in current use cases we already have computed the hash of inputs previously (in PLONK verifier. By allowing to provide the random coefficient from the caller (e.g. by using an option), then we can save some computation.
E.g. https://github.com/Consensys/gnark/blob/master/std/commitments/kzg/verifier.go#L486-L502
The text was updated successfully, but these errors were encountered: