Signer

trait Signer

Represents the ability to create a "checksum" for use with fixedSizeSignature and variableSizeSignature.

Source:
SignatureCodec.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def verify(signature: Array[Byte]): Boolean