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