MD4Managed Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Managed implementation of MD4 algorithm.
Syntax
public class MD4Managed : HashAlgorithm, ICryptoTransform, IDisposable
Inherited Members
Constructors
Name | Description |
---|---|
MD4Managed() | Initializes a new instance. |
Methods
Name | Description |
---|---|
HashCore(Byte[], Int32, Int32) | Updates the MD4 hash code. |
HashFinal() | Returns the computed MD4 hash as an array of bytes. |
Initialize() | Initializes an instance of MD4. |