Function forest_filecoin::shim::crypto::verify_bls_aggregate

source ยท
pub fn verify_bls_aggregate(
    data: &[&[u8]],
    pub_keys: &[PublicKey],
    sig: &Signature,
) -> bool
Expand description

Aggregates and verifies BLS signatures collectively.