Inline method
This commit is contained in:
parent
de25e341d2
commit
e9be009b3d
@ -166,7 +166,7 @@ namespace Standart.Hash.xxHash
|
|||||||
{
|
{
|
||||||
fixed (byte* secret = &XXH3_SECRET[0])
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user