Signer

scodec.codecs.Signer
trait Signer

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

Attributes

Source:
SignatureCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
SignatureCodec.scala
def update(data: Array[Byte]): Unit

Attributes

Source:
SignatureCodec.scala
def verify(signature: Array[Byte]): Boolean

Attributes

Source:
SignatureCodec.scala