static fun verify(data: ByteArray, signature: Signature, publicKey: PublicKey): Boolean
(source)static fun verify(data: Bytes, signature: Signature, publicKey: PublicKey): Boolean
(source)
Verifies the given ECDSA signature against the message bytes using the public key bytes.
Return
True if the verification is successful.