← Standard library

HashBytes32

public fn HashBytes32(ReadOnlySpan<uint8> bytes) : uint32
import HashBytes32 from Wax::Hash;

Computes XXH32 over the complete byte view; the input is not retained or modified. Uses seed zero. Non-cryptographic; equal hashes do not prove equal contents.

Hash.wax:529

This declaration has no public members of its own.