| Construction |
|
CMD4 |
Constructs a CMD4 object. |
|
|
| Operations |
| Update |
Updates the CMD4 object
with a continuous block of memory or with a null-terminated string. |
|
| Final |
Retrieves the MD4 digest from the
CMD4 object and reinitializes the object. |
|
| FinalHex |
Retrieves the MD4 digest from the
CMD4 object and reinitializes the object. The obtained digest is a
null-terminated hexadecimal string. |
|
| Calculate |
Calculates the MD4 digest for a
continuous block of memory or for a null-terminated string. |
|
| CalculateHex |
|
Calculates the MD4 digest for a
continuous block of memory or for a null-terminated string. The obtained digest is a null-terminated
hexadecimal string. |
|