pub fn prepare_aggregate_signature(
signature: &Signature,
) -> Result<AggregateSignature, BlsError>
Expand description
Prepare for G2 AggregateSignature, normally more expensive than G1 operation.
pub fn prepare_aggregate_signature(
signature: &Signature,
) -> Result<AggregateSignature, BlsError>
Prepare for G2 AggregateSignature, normally more expensive than G1 operation.