|
QuickHash Library |
Type Library |
|
RIPEMD128_Init
void RIPEMD128_Init( [ out ]RIPEMD128_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-128 hash
algorithm) the context.
Note. Before the first call to
RIPEMD128_Update,
RIPEMD128_UpdateStr,
RIPEMD128_Final or
RIPEMD128_FinalHex functions, the context
must be initialized with RIPEMD128_Init.
VB Example
See the example for
RIPEMD128_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
RIPEMD128_Final,
RIPEMD128_FinalHex,
RIPEMD128_Update,
RIPEMD128_UpdateStr
|