Skip to main content
Version: Next

sdk.core.blake2b_256

Home > @blaze-cardano/sdk > Core > blake2b_256

Core.blake2b_256() function

Function to compute the BLAKE2b-256 hash of a hex blob.

Signature:

declare function blake2b_256(data: HexBlob): Hash32ByteBase16;

Parameters

Parameter

Type

Description

data

HexBlob

Returns:

Hash32ByteBase16

{Hash32ByteBase16} The computed hash in Hash32ByteBase16 format.