C# Class CryptographicHash, weekly-algorithms

Inheritance: IStringHash
显示文件 Open project: xamarin/weekly-algorithms Class Usage Examples

Public Methods

Method Description
CryptographicHash ( HashAlgorithm _ha ) : System
Hash ( string input ) : UInt32

Method Details

CryptographicHash() public method

public CryptographicHash ( HashAlgorithm _ha ) : System
_ha HashAlgorithm
return System

Hash() public method

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