Implemented interface member:
method
Update
NuGet.Packaging.IHashFunction.Update(System.Byte[], System.Int32, System.Int32)
4 references to Update
NuGet.Packaging (4)
PackageCreation\Authoring\PackageBuilder.cs (2)
381hashFunc.Update(data, 0, data.Length); 1294hashFunc.Update(data, 0, data.Length);
Signing\Archive\SignedPackageArchiveIOUtility.cs (1)
215hashFunc.Update(bytes, offset: 0, count);
Signing\Archive\SignedPackageArchiveUtility.cs (1)
623hashFunc.Update(Array.Empty<byte>(), offset: 0, count: 0);