blake2b
blake2b(
data?:string|Uint8Array<ArrayBufferLike>):HashObject
Defined in: packages/pythonlib/src/hashlib.ts:275
Create a new BLAKE2b hash object. Note: BLAKE2 is not available in Web Crypto API (browser).
Parameters
| Parameter | Type | Description |
|---|---|---|
data? | string | Uint8Array<ArrayBufferLike> | Optional initial data to hash |
Returns
A BLAKE2b hash object