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