| QuickHash Library | Type Library |
|
RIPEMD256_Init
void RIPEMD256_Init( [ out ]RIPEMD256_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-256 hash algorithm) the context.
Note. Before the first call to RIPEMD256_Update, RIPEMD256_UpdateStr, RIPEMD256_Final or RIPEMD256_FinalHex functions, the context must be initialized with RIPEMD256_Init.
VB Example
See the example for RIPEMD256_Final.
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also RIPEMD256_Final, RIPEMD256_FinalHex, RIPEMD256_Update, RIPEMD256_UpdateStr
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |