pub fn verify_commitments_sum_to_equal<C: Signing>(
secp: &Secp256k1<C>,
a: &[PedersenCommitment],
b: &[PedersenCommitment],
) -> boolAvailable on crate feature
std only.Expand description
Verifies that the sum of the committed values within the commitments of both sets is equal.