HashBytesWithSeed
public fn HashBytesWithSeed(ReadOnlySpan<uint8> bytes, uint64 seed) : uint64import 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.
This declaration has no public members of its own.