Skip to main content

aggregate_verify

Function aggregate_verify 

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