Class HashUnsafeUtilities
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public static class HashUnsafeUtilities
Methods
| Improve this Doc View SourceComputeHash128(Void*, UInt64, UInt64*, UInt64*)
Declaration
public static void ComputeHash128(void *data, ulong dataSize, ulong *hash1, ulong *hash2)
Parameters
| Type | Name | Description |
|---|---|---|
| Void* | data | |
| UInt64 | dataSize | |
| UInt64* | hash1 | |
| UInt64* | hash2 |
ComputeHash128(Void*, UInt64, Hash128*)
Declaration
public static void ComputeHash128(void *data, ulong dataSize, Hash128*hash)
Parameters
| Type | Name | Description |
|---|---|---|
| Void* | data | |
| UInt64 | dataSize | |
| Hash128* | hash |