| QuickHash Library | Type Library |
|
RIPEMD160_Init
void RIPEMD160_Init( [ out ]RIPEMD160_Context* pContext );
Parameters
pContext
[out] A memory buffer that will be used as a context.
Note. All predefined types are specified in the Predefined Types List.
Remarks
Initializes (based on RIPEMD-160 hash algorithm) the context.
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
See the example for RIPEMD160_Final.
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also RIPEMD160_Final, RIPEMD160_FinalHex, RIPEMD160_Update, RIPEMD160_UpdateStr
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |