| QuickHash Library | Type Library |
|
RIPEMD160_UpdateStr
void RIPEMD160_UpdateStr( [ in,out ]RIPEMD160_Context* pContext, [ in , string ] unsigned char* pSrc );
Parameters
pContext
[in/out] A memory buffer that is used as the context.
Note. All predefined types are specified in the Predefined Types List.
pSrc
[in] A null-terminated string with which to update the context.
Remarks
Updates (based on RIPEMD-160 hash algorithm) the pContext context with the null-terminated string specified by pSrc. Call this function for each null-terminated string for which the message digest is calculated. To retrieve the digest after using RIPEMD160_UpdateStr, call RIPEMD160_Final or RIPEMD160_FinalHex.
Note. Before the first call to RIPEMD160_Update, RIPEMD160_UpdateStr, RIPEMD160_Final or RIPEMD160_FinalHex functions, the context must be initialized with RIPEMD160_Init.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also RIPEMD160_Update, RIPEMD160_Final, RIPEMD160_FinalHex, RIPEMD160_Init, QHASH_ConvertToHex
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |