Class XXHash
XXHash implementation.
Namespace: Unity.Core
Syntax
[BurstCompile]
public static class XXHashMethods
| Name | Description | 
|---|---|
| Hash32(Byte*, Int32, UInt32) | Generate a 32-bit xxHash value. | 
| Hash32(Stream, UInt32) | Generate a 32-bit xxHash value from a stream. | 
| Hash64(Byte*, Int32, UInt64) | Generate a 64-bit xxHash value. | 
| Hash64(Stream, UInt64) | Generate a 64-bit xxHash value from a stream. |