|
QuickHash Library |
API |
|
SL_TIGER_Init
void SL_HASHCALL SL_TIGER_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_TIGER_Init allocate at least SLC_TIGER_CONTEXTSIZE bytes
for the context.
Example
See the example for
SL_TIGER_Final.
TIGER API Overview
| TIGER API Functions
|
Useful Links | HashCalc
See Also
SL_TIGER_Final,
SL_TIGER_FinalHex,
SL_TIGER_Update,
SL_TIGER_UpdateStr
|