← Standard library

HashStringWithSeed

public fn HashStringWithSeed(string value, uint64 seed) : uint64
import HashStringWithSeed from Wax::Hash;

Computes XXH3 (64-bit) 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:617

This declaration has no public members of its own.