| QuickHash Library | API |
|
SL_RIPEMD128_Final
void SL_HASHCALL SL_RIPEMD128_Final( void*
pContext, void* pDest );
Parameters
pContext
[in/out] Pointer to the context.
pDest
[out] Pointer to the memory buffer that will receive the message digest.
Remarks
Call this function to retrieve the message digest from the context pointed by pContext. The digest is retrieved in the memory buffer pointed by pDest. The size of the memory buffer pointed by pDest must be at least SLC_RIPEMD128_DIGESTSIZE bytes.
After the SL_RIPEMD128_Final function is performed, the context is initialized for new calculations, as it would be called SL_RIPEMD128_Init again.
Example
|
RIPEMD128 API Overview | RIPEMD128 Functions | Useful Links | HashCalc
See Also SL_RIPEMD128_FinalHex, SL_RIPEMD128_Update, SL_RIPEMD128_UpdateStr, SL_RIPEMD128_Init
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |