| QuickHash Library | Type Library |
|
RIPEMD128_Calculate
void RIPEMD128_Calculate( [out]RIPEMD128_Digest* pDigest, [ in , size_is( nSrcLength ) ] const void* pSrc, [ in ] int nSrcLength );
Parameters
pDigest
[out] A memory buffer that will receive the message digest.
Note. All predefined types are specified in the Predefined Types List.
pSrc
[in] A continuous memory block for which to calculate the message digest.
nSrcLength
[in] Length in bytes of the memory block.
Remarks
Calculates the RIPEMD-128 message digest for the pSrc memory block. The digest is retrieved in the pDigest memory buffer.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also RIPEMD128_CalculateHex, RIPEMD128_CalculateStr, RIPEMD128_CalculateStrHex, QHASH_ConvertToHex
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |