hash
hash(
value,bitLength?):Uint8Array
Create the blake2b and return the result as an u8a with the specified bitLength.
Parameters
Section titled “Parameters”• value: any
Value to be hashed.
• bitLength?: BitLength
Bit length of hash.
Returns
Section titled “Returns”Uint8Array
Blake2b hash byte array.