| QuickHash Library | Type Library |
|
MD2_Init
void MD2_Init( [ out ]MD2_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 MD2 hash algorithm) the context.
Note. Before the first call to MD2_Update, MD2_UpdateStr, MD2_Final or MD2_FinalHex functions, the context must be initialized with MD2_Init.
VB Example
See the example for MD2_Final.
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also MD2_Final, MD2_FinalHex, MD2_Update, MD2_UpdateStr
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |