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