Class Murmur3
Inheritance
System.Object
Murmur3
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LLBML.External
Assembly: LLBModdingLib.dll
Syntax
public class Murmur3
Fields
READ_SIZE
Declaration
public static ulong READ_SIZE
Field Value
| Type | Description |
|---|---|
| System.UInt64 |
Properties
Hash
Declaration
public byte[] Hash { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
Methods
ComputeHash(Byte[])
Declaration
public byte[] ComputeHash(byte[] bb)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | bb |
Returns
| Type | Description |
|---|---|
| System.Byte[] |