Class XxHash64Ext
Inheritance
System.Object
XxHash64Ext
Namespace: LeagueToolkit.Hashing
Assembly: LeagueToolkit.dll
Syntax
public static class XxHash64Ext : object
Methods
| Improve this Doc View SourceHash(ReadOnlySpan<Char>, Int64)
Computes the XxHash64 hash of the provided data.
Declaration
public static ulong Hash(ReadOnlySpan<char> source, long seed = null)
Parameters
Type | Name | Description |
---|---|---|
ReadOnlySpan<System.Char> | source | The data to hash. |
System.Int64 | seed | The seed value for this hash computation. |
Returns
Type | Description |
---|---|
System.UInt64 | The computed XxHash64 hash. |