|
QuickHash Library |
API |
|
SL_MD4_Init
void SL_HASHCALL SL_MD4_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_MD4_Init allocate at least SLC_MD4_CONTEXTSIZE bytes
for the context.
Example
See the example for
SL_MD4_Final.
MD4 API Overview
| MD4 API Functions
|
Useful Links | HashCalc
See Also
SL_MD4_Final,
SL_MD4_FinalHex,
SL_MD4_Update,
SL_MD4_UpdateStr
|