|
QuickHash Library |
Type Library |
|
TIGER_Init
void TIGER_Init( [ out ]TIGER_Context*
pContext );
Parameters
pContext
[out] A memory buffer that
will be used as a context.
Note. All predefined types are specified in the
Predefined Types List.
Remarks
Initializes (based on
TIGER hash
algorithm) the context.
Note. Before the first call to
TIGER_Update,
TIGER_UpdateStr,
TIGER_Final or
TIGER_FinalHex functions, the context
must be initialized with TIGER_Init.
VB Example
See the example for
TIGER_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
TIGER_Final,
TIGER_FinalHex,
TIGER_Update,
TIGER_UpdateStr
|