Table of Contents

XXH64_Raw Method

XXH64_Raw(ReadOnlySpan<byte>, int, ulong)

public static ulong XXH64_Raw(ReadOnlySpan<byte> input, int length, ulong seed)

The XXH64 hash function.

Parameters

input ReadOnlySpan<byte>

The data to hash.

length int

The length of input. It is undefined behavior to have length larger than the capacity of input.

seed ulong

A 64-bit value to seed the hash with.

Returns

ulong

The 64-bit calculated hash value.