← Standard library

HashString

public fn HashString(string value) : uint64
import HashString from Wax::Hash;

Computes XXH3 (64-bit) over the exact UTF-8 bytes of the string, without Unicode normalization. Uses seed zero. Non-cryptographic; equal hashes do not prove equal contents.

Hash.wax:609

This declaration has no public members of its own.