4 references to Sha512HashFunction
NuGet.Packaging (3)
PackageCreation\Authoring\PackageBuilder.cs (2)
376using (var hashFunc = new Sha512HashFunction()) 1291using (var hashFunc = new Sha512HashFunction())
Signing\Archive\SignedPackageArchiveUtility.cs (1)
566using (var hashFunc = new Sha512HashFunction())
NuGet.ProjectModel (1)
DependencyGraphSpec.cs (1)
353return GetHash(() => UseLegacyHashFunction == true ? new Sha512HashFunction() : new FnvHash64Function());