Skip to content

Commit

Permalink
Update after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Feb 15, 2024
1 parent d3b8879 commit 876b884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Xamarin.Android.Build.Tasks/Utilities/TypeMapHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static ulong HashJavaName (string name, bool is64Bit)
static ulong HashBytes (byte[] bytes, bool is64Bit)
{
if (is64Bit) {
return XxHash64.HashToUInt64 (bytes);
return XxHash3.HashToUInt64 (bytes);
}

return (ulong)XxHash32.HashToUInt32 (bytes);
Expand Down

0 comments on commit 876b884

Please sign in to comment.