← Standard library

HashBytes

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

Computes XXH3 (64-bit) 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:561

This declaration has no public members of its own.