XXH64_Raw Method
- Namespace
- SatorImaging.UnityFundamentals
XXH64_Raw(ReadOnlySpan<byte>, int, ulong)
public static ulong XXH64_Raw(ReadOnlySpan<byte> input, int length, ulong seed)
The XXH64 hash function.
Parameters
inputReadOnlySpan<byte>The data to hash.
lengthintThe length of input. It is undefined behavior to have length larger than the capacity of input.
seedulongA 64-bit value to seed the hash with.
Returns
- ulong
The 64-bit calculated hash value.