VerifiableKey

This interface defines the functionality of a verifiable key.

Inheritors

Functions

Link copied to clipboard
abstract fun verify(message: ByteArray, signature: ByteArray): Boolean

Method to verify a message with a signature.