Function verify_commitments_sum_to_equal

Source
pub fn verify_commitments_sum_to_equal<C: Signing>(
    secp: &Secp256k1<C>,
    a: &[PedersenCommitment],
    b: &[PedersenCommitment],
) -> bool
Available on crate feature std only.
Expand description

Verifies that the sum of the committed values within the commitments of both sets is equal.