ComputeHash(ReadOnlySpan<byte>)
static
public static uint ComputeHash(ReadOnlySpan<byte> data) Computes a hash digest of the input.
Parameters
dataReadOnlySpan<byte>- The input data.
Returns
A hash digest of the input.
public static uint ComputeHash(ReadOnlySpan<byte> data)dataReadOnlySpan<byte>