C# Class Secp256k1.RIPEMD160

Mostrar archivo Open project: TangibleCryptography/Secp256k1

Public Methods

Method Description
Hash ( byte data ) : byte[]
Hash ( string hexData ) : byte[]

Method Details

Hash() public static method

public static Hash ( byte data ) : byte[]
data byte
return byte[]

Hash() public static method

public static Hash ( string hexData ) : byte[]
hexData string
return byte[]