2 references to Hash
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (1)
BrotliCompress.cs (1)
125var hashString = Convert.ToBase64String(XxHash3.Hash(bytes));
Microsoft.NET.TestFramework (1)
Utilities\FileThumbPrint.cs (1)
30hashBytes = XxHash3.Hash(File.ReadAllBytes(fileStream.Name));