Skip to content

hashStr

hashStr(value, bitLength?): HexString

Create the blake2b and return the result as a hex string.

Parameters

value: any

Value to be hashed.

bitLength?: BitLength

Returns

HexString

Blake2b hash as hex string.

Source

utils/src/Crypto.ts:154