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
input
ReadOnlySpan<byte>The data to hash.
length
intThe length of input. It is undefined behavior to have length larger than the capacity of input.
seed
ulongA 64-bit value to seed the hash with.
Returns
- ulong
The 64-bit calculated hash value.