← Standard library

HashBytes32WithSeed

public fn HashBytes32WithSeed(ReadOnlySpan<uint8> bytes, uint32 seed) : uint32
import 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.

Hash.wax:537

This declaration has no public members of its own.