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)
161public static void Initialize(ref State state, ulong seed) 180public static void Reset(ref State state) 241public static void Append(ref State state, ReadOnlySpan<byte> source) 333public static void CopyAccumulators(ref State state, ulong* accumulators) 361public static void DigestLong(ref State state, ulong* accumulators, byte* secret)