Signer

trait Signer
Represents the ability to create a "checksum" for use with fixedSizeSignature and variableSizeSignature.
class Object
trait Matchable
class Any

Value members

Methods

def update(data: Array[Byte]): Unit
def sign: Array[Byte]
def verify(signature: Array[Byte]): Boolean