| QuickHash Library | Type Library |
|
RIPEMD128_Final
void RIPEMD128_Final( [in, out]RIPEMD128_Context*
pContext, [out]RIPEMD128_Digest* pDigest );
Parameters
pContext
[in/out] A memory buffer that is used as the context.
Note. All predefined types are specified in the Predefined Types List.
pDigest
[out] A memory buffer that will receive the message digest.
Note. All predefined types are specified in the Predefined Types List.
Remarks
Call this function to retrieve the RIPEMD-128 message digest from the pContext context. The digest is retrieved in the pDigest memory buffer.
After the RIPEMD128_Final function is performed, the context is initialized for new calculations, as it would be called RIPEMD128_Init again.
Note. Before the first call to RIPEMD128_Update, RIPEMD128_UpdateStr, RIPEMD128_Final or RIPEMD128_FinalHex functions, the context must be initialized with RIPEMD128_Init.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also RIPEMD128_FinalHex, RIPEMD128_Update, RIPEMD128_UpdateStr, RIPEMD128_Init, QHASH_ConvertToHex
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |