2 implementations of IHashFunction
NuGet.Packaging (1)
Sha512HashFunction.cs (1)
14
public sealed class Sha512HashFunction :
IHashFunction
NuGet.ProjectModel (1)
FnvHash64Function.cs (1)
13
internal sealed class FnvHash64Function :
IHashFunction
5 references to IHashFunction
NuGet.ProjectModel (5)
DependencyGraphSpec.cs (2)
356
internal string GetHash(Func<
IHashFunction
> getHashFunction)
363
using
IHashFunction
hashFunc = getHashFunction();
HashObjectWriter.cs (3)
23
private readonly
IHashFunction
_hashFunc;
34
/// <param name="hashFunc">An <see cref="
IHashFunction
"/> instance. Throws if <see langword="null" />.</param>
35
public HashObjectWriter(
IHashFunction
hashFunc)