|
QuickHash Library |
Type Library |
|
SHA384_Init
void SHA384_Init( [ out ]SHA384_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
SHA-2(384) hash
algorithm) the context.
Note. Before the first call to
SHA384_Update,
SHA384_UpdateStr,
SHA384_Final or
SHA384_FinalHex functions, the context
must be initialized with SHA384_Init.
VB Example
See the example for
SHA384_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
SHA384_Final,
SHA384_FinalHex,
SHA384_Update,
SHA384_UpdateStr
|