Inline method

This commit is contained in:
Oleksandr Melnyk
2022-06-05 21:25:18 +03:00
parent de25e341d2
commit e9be009b3d
+1 -1
View File
@@ -166,7 +166,7 @@ namespace Standart.Hash.xxHash
{
fixed (byte* secret = &XXH3_SECRET[0])
{
return XXH3_128bits_internal(input, len, seed, secret, XXH3_SECRET_DEFAULT_SIZE);
return __XXH3_128bits_internal(input, len, seed, secret, XXH3_SECRET_DEFAULT_SIZE);
}
}
}