C# Class SuperFastHashSimple, weekly-algorithms

Inheritance: IStringHash
Datei anzeigen Open project: xamarin/weekly-algorithms Class Usage Examples

Public Methods

Method Description
Hash ( string str ) : UInt32

Private Methods

Method Description
Hash ( Byte dataToHash ) : UInt32

Method Details

Hash() public method

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