| QuickHash Library | API |
|
SL_RIPEMD256_Init
void SL_HASHCALL SL_RIPEMD256_Init( void* pContext );
Parameters
pContext
[out] Pointer to the memory buffer that will be used as a context.
Remarks
Initializes the context pointed by pContext. Before calling SL_RIPEMD256_Init allocate at least SLC_RIPEMD256_CONTEXTSIZE bytes for the context.
Example
See the example for SL_RIPEMD256_Final.
RIPEMD256 API Overview | RIPEMD256 API Functions | Useful Links | HashCalc
See Also SL_RIPEMD256_Final, SL_RIPEMD256_FinalHex, SL_RIPEMD256_Update, SL_RIPEMD256_UpdateStr
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |