Hasher

fmgp.typings.jsSha256.mod.Hasher
See theHasher companion object
trait Hasher extends StObject

Attributes

Companion
object
Graph
Supertypes
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def array(): Array[Double]

Return hash in integer array.

Return hash in integer array.

Attributes

Return hash in ArrayBuffer.

Return hash in ArrayBuffer.

Attributes

def digest(): Array[Double]

Return hash in integer array.

Return hash in integer array.

Attributes

def hex(): String

Return hash in hex string.

Return hash in hex string.

Attributes

def update(message: Message): Hasher

Update hash

Update hash

Value parameters

message

The message you want to hash.

Attributes

Inherited methods

Attributes

Inherited from:
Object

Attributes

Inherited from:
Object

Attributes

Inherited from:
Object

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object