Signer

trait Signer

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

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

class Object
trait Matchable
class Any

Value members

Abstract methods

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