Function aggregate_verify

Source
pub fn aggregate_verify<Pk: Borrow<PublicKey>, Msg: Borrow<[u8]>, I>(
    sig: &Signature,
    data: I,
) -> bool
where I: IntoIterator<Item = (Pk, Msg)>,