referrerpolicy=no-referrer-when-downgrade
pub fn fast_aggregate_verify(
    aggregate_pubkey: &PublicKeyPrepared,
    absent_pubkeys: &Vec<PublicKeyPrepared>,
    message: H256,
    signature: &Signature,
) -> Result<(), BlsError>
Expand description

fast_aggregate_verify optimized with aggregate key subtracting absent ones.