| QuickHash Library | API |
|
SL_CRC32_Final
void SL_HASHCALL SL_CRC32_Final( void*
pContext, void* pDest );
Parameters
pContext
[in/out] Pointer to the context.
pDest
[out] Pointer to the memory buffer that will receive the checksum.
Remarks
Call this function to retrieve the checksum from the context pointed by pContext. The checksum is retrieved in the memory buffer pointed by pDest. The size of the memory buffer pointed by pDest must be at least SLC_CRC32_DIGESTSIZE bytes.
After the SL_CRC32_Final function is performed, the context is initialized for new calculations, as it would be called SL_CRC32_Init again.
Example
|
CRC32 API Overview | CRC32 Functions | Useful Links | HashCalc
See Also SL_CRC32_FinalHex, SL_CRC32_Update, SL_CRC32_UpdateStr, SL_CRC32_Init
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |