core.blake2b_256
Home > @blaze-cardano/core > blake2b_256
blake2b_256() function
Function to compute the BLAKE2b-256 hash of a hex blob.
Signature:
export declare function blake2b_256(data: HexBlob): Hash32ByteBase16;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| data | HexBlob | 
Returns:
{Hash32ByteBase16} The computed hash in Hash32ByteBase16 format.