|
QuickHash Library |
API |
|
SL_MD2_Init
void SL_HASHCALL SL_MD2_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_MD2_Init allocate at least SLC_MD2_CONTEXTSIZE bytes
for the context.
Example
See the example for
SL_MD2_Final.
MD2 API Overview
| MD2 API Functions
|
Useful Links | HashCalc
See Also
SL_MD2_Final,
SL_MD2_FinalHex,
SL_MD2_Update,
SL_MD2_UpdateStr
|