Skip to content

Hasher

Signature of hashing function accepted by [[hashStatements]].

Hasher(value, nonce?): HexString

Parameters

value: string

nonce?: string

Returns

HexString

Source

utils/src/Crypto.ts:293