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();
253
LiteXof clone =
_hashProvider
.Clone();
265
_hashProvider
.Dispose();