crypto / org.apache.tuweni.crypto.mikuli / SignatureAndPublicKey / aggregate

aggregate

static fun aggregate(sigAndPubKeys: MutableList<SignatureAndPublicKey>): SignatureAndPublicKey (source)

Aggregates list of Signature and PublicKey pairs

Parameters

sigAndPubKeys - The list of Signatures and corresponding Public keys to aggregate, not null

Exceptions

IllegalArgumentException - if parameter list is empty

Return
SignatureAndPublicKey, not null