|
QuickHash Library |
Type Library |
|
PANAMA_Init
void PANAMA_Init( [ out ]PANAMA_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
PANAMA hash
algorithm) the context.
Note. Before the first call to
PANAMA_Update,
PANAMA_UpdateStr,
PANAMA_Final or
PANAMA_FinalHex functions, the context
must be initialized with PANAMA_Init.
VB Example
See the example for
PANAMA_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
PANAMA_Final,
PANAMA_FinalHex,
PANAMA_Update,
PANAMA_UpdateStr
|