XxHash32
Provides an implementation of the XxHash32 algorithm.
public XxHash32()
Initializes a new instance of the XxHash32 class.
Initializes a new instance of the XxHash32 class with a specified seed.
Computes the XxHash32 hash of the provided data.
Computes the XxHash32 hash of the provided data using the provided seed.
Computes the XxHash32 hash of the provided data.
Computes the XxHash32 hash of the provided data into the provided destination.
Computes the XxHash32 hash of the provided data.
public static bool TryHash(ReadOnlySpan<byte> source, Span<byte> destination, out int bytesWritten, int seed = 0)
Attempts to compute the XxHash32 hash of the provided data into the provided destination.
Gets the current computed hash value without modifying accumulated state.