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

combine

fun combine(sigAndPubKey: SignatureAndPublicKey): SignatureAndPublicKey (source)

Combine the signature and public key provided to form a new signature and public key pair

Parameters

sigAndPubKey - the signature and public key pair

Return
a new signature and public key pair as a combination of both elements.