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