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