Class XXHash
XXHash implementation.
Namespace: Unity.Core
Assembly: solution.dll
Syntax
[BurstCompile]
public static class XXHash
  Methods
| Name | Description | 
|---|---|
| Hash32(byte*, int, uint) | Generate a 32-bit xxHash value.  | 
      
| Hash32(Stream, uint) | Generate a 32-bit xxHash value from a stream.  | 
      
| Hash64(byte*, int, ulong) | Generate a 64-bit xxHash value.  | 
      
| Hash64(Stream, ulong) | Generate a 64-bit xxHash value from a stream.  |