Expand description
Hash utilities: BLAKE3 hex digests and fast SipHash-based u64 hashing.
Functionsยง
- blake3_
hex - Returns the BLAKE3 hex digest of arbitrary bytes.
- blake3_
hex_ str - Returns the BLAKE3 hex digest of a UTF-8 string.
- fast_
hash - Returns a fast non-cryptographic
u64hash of a string (SipHashviaDefaultHasher).