HashBytes32WithSeed
public fn HashBytes32WithSeed(ReadOnlySpan<uint8> bytes, uint32 seed) : uint32import HashBytes32WithSeed from Wax::Hash;Computes XXH32 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.