9 references to State
System.IO.Hashing (9)
System\IO\Hashing\XxHash128.cs (2)
28
private
State
_state;
42
private XxHash128(
State
state) : base(HashLengthInBytes)
System\IO\Hashing\XxHash3.cs (2)
27
private
State
_state;
41
private XxHash3(
State
state) : base(HashLengthInBytes)
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)