C# Class MurmurHash2Simple, weekly-algorithms

Inheritance: IStringHash
Mostra file Open project: xamarin/weekly-algorithms Class Usage Examples

Public Methods

Method Description
Hash ( Byte data ) : UInt32
Hash ( string str ) : UInt32

Private Methods

Method Description
Hash ( Byte data, UInt32 seed ) : UInt32

Method Details

Hash() public static method

public static Hash ( Byte data ) : UInt32
data Byte
return System.UInt32

Hash() public method

public Hash ( string str ) : UInt32
str string
return System.UInt32