← Standard library

HashBytesWithSeed

public fn HashBytesWithSeed(ReadOnlySpan<uint8> bytes, uint64 seed) : uint64
import HashBytesWithSeed from Wax::Hash;

Computes XXH3 (64-bit) over the complete byte view; the input is not retained or modified. Uses the supplied seed. Non-cryptographic; equal hashes do not prove equal contents.

Hash.wax:569

This declaration has no public members of its own.