| QuickHash Library | API |
|
SL_RIPEMD160_FinalHex
void SL_HASHCALL SL_RIPEMD160_FinalHex( void*
pContext, void* pDest, int bUpper );
Parameters
pContext
[in/out] Pointer to the context.
pDest
[out] Pointer to the text buffer that will receive the message digest.
bUpper
[in] Uppercase flag. If bUpper is 0, the received message digest represents a lowercase string, otherwise it represents an uppercase string.
Remarks
Call this function to retrieve the message digest from the context pointed by pContext. 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 SLC_RIPEMD160_HEXDIGESTSIZE characters.
After the SL_RIPEMD160_FinalHex function is performed, the context is initialized for new calculations, as it would be called SL_RIPEMD160_Init again.
Example
|
RIPEMD160 API Overview | RIPEMD160 API Functions | Useful Links | HashCalc
See Also SL_RIPEMD160_Final, SL_RIPEMD160_Update, SL_RIPEMD160_UpdateStr, SL_RIPEMD160_Init
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |