pub fn prepare_aggregate_pubkey_from_absent(
aggregate_key: &PublicKeyPrepared,
absent_pubkeys: &Vec<PublicKeyPrepared>,
) -> Result<AggregatePublicKey, BlsError>
Expand description
Prepare for G1 AggregatePublicKey.
pub fn prepare_aggregate_pubkey_from_absent(
aggregate_key: &PublicKeyPrepared,
absent_pubkeys: &Vec<PublicKeyPrepared>,
) -> Result<AggregatePublicKey, BlsError>
Prepare for G1 AggregatePublicKey.