← Standard library

HashString32

public fn HashString32(string value) : uint32
import HashString32 from Wax::Hash;

Computes XXH32 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:577

This declaration has no public members of its own.