|
QuickHash Library |
API |
|
SL_CRC16C_Init
void SL_HASHCALL SL_CRC16C_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_CRC16C_Init allocate at least SLC_CRC16C_CONTEXTSIZE bytes
for the context.
Example
See the example for
SL_CRC16C_Final.
CRC16C API Overview
| CRC16C API Functions
|
Useful Links | HashCalc
See Also
SL_CRC16C_Final,
SL_CRC16C_FinalHex,
SL_CRC16C_Update,
SL_CRC16C_UpdateStr
|