| QuickHash Library | C++ Interface |
|
CRIPEMD256::FinalHex
void FinalHex( char* pDest, bool
bUpper = false );
Parameters
pDest
[out] Pointer to the text buffer that will receive the message digest.
bUpper
[in] Uppercase flag. If bUpper is false, the received message digest represents a lowercase string, otherwise it represents an uppercase string.
Remarks
Call this member function to retrieve the message digest from the CRIPEMD256 object. The digest is retrieved as a null-terminated hexadecimal string in the text buffer pointed by pDest. The size of the text buffer pointed by pDest must be at least CRIPEMD256::HEXDIGESTSIZE characters.
After the FinalHex method is performed, the CRIPEMD256 object is initialized for new calculations, as it would be constructed again.
Example
|
CRIPEMD256 Overview | Class Members | Useful Links | HashCalc
See Also CRIPEMD256::Final, CRIPEMD256::Update
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |