|
QuickHash Library |
Type Library |
|
SHA256_Init
void SHA256_Init( [ out ]SHA256_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(256) hash
algorithm) the context.
Note. Before the first call to
SHA256_Update,
SHA256_UpdateStr,
SHA256_Final or
SHA256_FinalHex functions, the context
must be initialized with SHA256_Init.
VB Example
See the example for
SHA256_Final.
Type Library Overview
| Type Library Functions
|
Useful Links | HashCalc
See Also
SHA256_Final,
SHA256_FinalHex,
SHA256_Update,
SHA256_UpdateStr
|