7 references to State
System.IO.Hashing (7)
System\IO\Hashing\XxHash128.cs (1)
28
private
State
_state;
System\IO\Hashing\XxHash3.cs (1)
27
private
State
_state;
System\IO\Hashing\XxHashShared.cs (5)
160
public static void Initialize(ref
State
state, ulong seed)
179
public static void Reset(ref
State
state)
240
public static void Append(ref
State
state, ReadOnlySpan<byte> source)
332
public static void CopyAccumulators(ref
State
state, ulong* accumulators)
360
public static void DigestLong(ref
State
state, ulong* accumulators, byte* secret)