3 references to Sha512HashFunction
NuGet.Packaging (2)
PackageCreation\Authoring\PackageBuilder.cs (1)
1262using (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());