Skip to content

Commit

Permalink
This one too
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Mar 13, 2024
1 parent c7c3610 commit fae658b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ public static string MakeZipArchivePath (string part1, ICollection<string>? path
public static ulong GetXxHash (byte[] stringBytes, bool is64Bit)
{
if (is64Bit) {
return XxHash64.HashToUInt64 (stringBytes);
return XxHash3.HashToUInt64 (stringBytes);
}

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

0 comments on commit fae658b

Please sign in to comment.