Skip to main content

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
TypeName
System.Stringdata

Hash(Byte[])

View Source
Declaration
public static uint Hash(byte[] data)
Returns

System.UInt32

Parameters
TypeName
System.Byte[]data

Hash(Byte[], UInt32)

View Source
Declaration
public static uint Hash(byte[] data, uint seed)
Returns

System.UInt32

Parameters
TypeName
System.Byte[]data
System.UInt32seed