← Standard library

HashString32WithSeed

public fn HashString32WithSeed(string value, uint32 seed) : uint32
import HashString32WithSeed from Wax::Hash;

Computes XXH32 over the exact UTF-8 bytes of the string, without Unicode normalization. Uses the supplied seed. Non-cryptographic; equal hashes do not prove equal contents.

Hash.wax:585

This declaration has no public members of its own.