2 references to Hash
Microsoft.NET.Build.Tasks (1)
NugetContentAssetPreprocessor.cs (1)
76
return BitConverter.ToString(XxHash3.
Hash
(stream.GetBuffer().AsSpan(0, (int)stream.Length))).Replace("-", "");
System.IO.Hashing (1)
System\IO\Hashing\XxHash3.cs (1)
65
return
Hash
(new ReadOnlySpan<byte>(source), seed);