Function secp256k1_zkp::verify_commitments_sum_to_equal[][src]

#[must_use]
pub fn verify_commitments_sum_to_equal<C: Signing>(
    secp: &Secp256k1<C>,
    a: &[PedersenCommitment],
    b: &[PedersenCommitment]
) -> bool

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