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