XXH32_Raw Method
- Namespace
- SatorImaging.UnityFundamentals
XXH32_Raw(ReadOnlySpan<byte>, int, uint)
public static uint XXH32_Raw(ReadOnlySpan<byte> input, int length, uint seed)
The XXH32 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.
seeduintA 32-bit value to seed the hash with.
Returns
- uint
The 32-bit calculated hash value.