2 implementations of Update
NuGet.Packaging (1)
Sha512HashFunction.cs (1)
55
public void
Update
(byte[] data, int offset, int count)
NuGet.ProjectModel (1)
FnvHash64Function.cs (1)
17
public void
Update
(byte[] data, int offset, int count)
1 reference to Update
NuGet.ProjectModel (1)
HashObjectWriter.cs (1)
265
_hashFunc.
Update
(bytes.Array!, bytes.Offset, bytes.Count);