| QuickHash Library | API |
|
SL_RIPEMD128_Calculate
void SL_HASHCALL SL_RIPEMD128_Calculate( void*
pDest, const void* pSrc, unsigned int nSrcLength
);
Parameters
pDest
[out] Pointer to the memory buffer that will receive the message digest.
pSrc
[in] Pointer to the continuous memory block for which to calculate the message digest.
nSrcLength
[in] Length in bytes of the memory block.
Remarks
Calculates the message digest for the memory block pointed by pSrc. 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.
Example
|
RIPEMD128 API Overview | RIPEMD128 API_Functions | Useful Links | HashCalc
See Also SL_RIPEMD128_CalculateHex, SL_RIPEMD128_CalculateStr, SL_RIPEMD128_CalculateStrHex
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |