|
QuickHash Library |
Type Library |
|
SHA512_Init
void SHA512_Init( [ out ]SHA512_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(512) hash
algorithm) the context.
Note. Before the first call to
SHA512_Update,
SHA512_UpdateStr,
SHA512_Final or
SHA512_FinalHex functions, the context
must be initialized with SHA512_Init.
VB Example
See the example for
SHA512_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
SHA512_Final,
SHA512_FinalHex,
SHA512_Update,
SHA512_UpdateStr
|