| QuickHash Library | C++ Interface |
|
CRIPEMD128::Final
void Final( unsigned char* pDest );
Parameters
pDest
[out] Pointer to the memory buffer that will receive the message digest.
Remarks
Call this member function to retrieve the message digest from the CRIPEMD128 object. The digest is retrieved in the memory buffer pointed by pDest. The size of the memory buffer pointed by pDest must be at least CRIPEMD128::DIGESTSIZE bytes.
After the Final method is performed, the CRIPEMD128 object is initialized for new calculations, as it would be constructed again.
Example
|
CRIPEMD128 Overview | Class Members | Useful Links | HashCalc
See Also CRIPEMD128::FinalHex, CRIPEMD128::Update
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |