|
QuickHash Library |
Type Library |
|
RIPEMD320_Init
void RIPEMD320_Init( [ out ]RIPEMD320_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
RIPEMD-320 hash
algorithm) the context.
Note. Before the first call to
RIPEMD320_Update,
RIPEMD320_UpdateStr,
RIPEMD320_Final or
RIPEMD320_FinalHex functions, the context
must be initialized with RIPEMD320_Init.
VB Example
See the example for
RIPEMD320_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
RIPEMD320_Final,
RIPEMD320_FinalHex,
RIPEMD320_Update,
RIPEMD320_UpdateStr
|