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(…) → StringKind · 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.