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