fun combine(sigAndPubKey: SignatureAndPublicKey): SignatureAndPublicKey
(source)
Combine the signature and public key provided to form a new signature and public key pair
sigAndPubKey
- the signature and public key pair
Return
a new signature and public key pair as a combination of both elements.