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.
hashStr(
value
,bitLength
?):HexString
Create the blake2b and return the result as a hex string.
• value: any
Value to be hashed.
• bitLength?: BitLength
HexString
Blake2b hash as hex string.