Class MD4
Implementation of the MD4 hashing algorithm.
Inherited Members
Namespace: UnityEditor.Build.Pipeline.Utilities
Assembly: solution.dll
Syntax
public sealed class MD4 : HashAlgorithm, ICryptoTransform, IDisposable
Methods
| Name | Description |
|---|---|
| Create() | Creates a new MD4 hashing algorithm object. |
| HashCore(byte[], int, int) | When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash. |
| HashFinal() | When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic hash algorithm. |
| Initialize() | Resets the hash algorithm to its initial state. |