Computes the CKB hash of the given data using the Blake2b algorithm.
Rest
The data to hash.
The hexadecimal string representation of the hash.
const hash = hashCkb("some data"); // Outputs something like "0x..." Copy
const hash = hashCkb("some data"); // Outputs something like "0x..."
Computes the CKB hash of the given data using the Blake2b algorithm.