1 write to _hashFunc
NuGet.Packaging (1)
Sha512HashFunction.cs (1)
52
_hashFunc
= IncrementalHash.CreateHash(HashAlgorithmName.SHA512);
3 references to _hashFunc
NuGet.Packaging (3)
Sha512HashFunction.cs (3)
62
_hashFunc
.AppendData(data, offset, count);
69
_hash =
_hashFunc
.GetHashAndReset();
83
_hashFunc
.Dispose();