Mentalis.org Security Library documentation

RIPEMD160.Create Method

Creates an instance of the default implementation of the RIPEMD160 hash algorithm.

Overload List

Creates an instance of the default implementation of the RIPEMD160 hash algorithm.

new public static RIPEMD160 Create();

Creates an instance of the specified implementation of the RIPEMD160 hash algorithm.

new public static RIPEMD160 Create(string);

See Also

RIPEMD160 Class | Org.Mentalis.Security.Cryptography Namespace