static fun verify(signed: Bytes, publicKey: PublicKey): Bytes
(source)static fun verify(signed: ByteArray, publicKey: PublicKey): ByteArray
(source)
Verifies the signature of the signed message using the public key and returns the message.
signed
- signed message (signature + message)
publicKey
- pk used to verify the signature
Return
the message