verifySignature

open override fun verifySignature(message: HexInput, signature: Signature): Boolean

Verifies that the private key associated with this public key signed the message with the given signature.

Parameters

message

The message that was signed

signature

The signature to verify