DB
FunctionsHash & Crypto

blake3

Computes the official BLAKE3 hash (32-byte output) of the input data and returns it as lowercase hex; matches the BLAKE3 team's published test vectors.

blake3(…) → String

Kind · scalar

Computes the official BLAKE3 hash (32-byte output) of the input data and returns it as lowercase hex; matches the BLAKE3 team's published test vectors.

Part of the Hash & Crypto family.