2 writes to _hashProvider
System.Security.Cryptography (2)
System\Security\Cryptography\Shake256.cs (2)
37_hashProvider = LiteHashProvider.CreateXof(HashAlgorithmId); 42_hashProvider = hashProvider;
10 references to _hashProvider
System.Security.Cryptography (10)
System\Security\Cryptography\Shake256.cs (10)
80_hashProvider.Append(data); 104_hashProvider.FinalizeAndReset(output); 123_hashProvider.FinalizeAndReset(destination); 147_hashProvider.Current(output); 166_hashProvider.Current(destination); 193_hashProvider.Read(output); 216_hashProvider.Read(destination); 232_hashProvider.Reset(); 253LiteXof clone = _hashProvider.Clone(); 265_hashProvider.Dispose();