|
QuickHash Library |
Type Library |
|
MD4_Init
void MD4_Init( [ out ]MD4_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
MD4 hash
algorithm) the context.
Note. Before the first call to
MD4_Update,
MD4_UpdateStr,
MD4_Final or
MD4_FinalHex functions, the context
must be initialized with MD4_Init.
VB Example
See the example for
MD4_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
MD4_Final,
MD4_FinalHex,
MD4_Update,
MD4_UpdateStr
|