2 references to IncrementalHash
System.Security.Cryptography (2)
System\Security\Cryptography\IncrementalHash.cs (2)
286new IncrementalHash(_algorithmName, _hmac!.Clone()); 387return new IncrementalHash(hashAlgorithm, new HMACCommon(hashAlgorithm.Name, key, -1));