Expand description
Types of Blake-2b Hash
Functionsยง
- blake2b_
128 ๐Computes a BLAKE2b-128 hash of the input bytes. - blake2b_
224 ๐Computes a BLAKE2b-224 hash of the input bytes. - blake2b_
256 ๐Computes a BLAKE2b-256 hash of the input bytes. - Generates a UUID string from the provided key and data using
BLAKE2b
hashing.
Type Aliasesยง
- Blake2b128 ๐128 Byte Blake2b Hash
- Blake2b224 ๐224 Byte Blake2b Hash
- Blake2b256 ๐256 Byte Blake2b Hash