Add tests for xxHash128
This commit is contained in:
@@ -248,7 +248,7 @@ public static partial class xxHash32
|
||||
fixed (char* c = str)
|
||||
{
|
||||
byte* ptr = (byte*) c;
|
||||
int length = str.Length;
|
||||
int length = str.Length * 2;
|
||||
|
||||
return UnsafeComputeHash(ptr, length, seed);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user