MurmurHash2
Assembly: ServiceStack.Text.dll
View Source
Declaration
public class MurmurHash2
Methods
Hash(String)
View Source
Declaration
public static uint Hash(string data)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.String | data |
Hash(Byte[])
View Source
Declaration
public static uint Hash(byte[] data)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.Byte[] | data |
Hash(Byte[], UInt32)
View Source
Declaration
public static uint Hash(byte[] data, uint seed)
Returns
System.UInt32
Parameters
Type | Name |
---|---|
System.Byte[] | data |
System.UInt32 | seed |