hashStr
hashStr(
value,bitLength?):HexString
Create the blake2b and return the result as a hex string.
Parameters
Section titled “Parameters”• value: any
Value to be hashed.
• bitLength?: BitLength
Returns
Section titled “Returns”HexString
Blake2b hash as hex string.