← Standard library

HashString64WithSeed

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

Computes XXH64 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:601

This declaration has no public members of its own.