| QuickHash Library | Type Library |
|
SHA1_Init
void SHA1_Init( [ out ]SHA1_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-1 hash algorithm) the context.
Note. Before the first call to SHA1_Update, SHA1_UpdateStr, SHA1_Final or SHA1_FinalHex functions, the context must be initialized with SHA1_Init.
VB Example
See the example for SHA1_Final.
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also SHA1_Final, SHA1_FinalHex, SHA1_Update, SHA1_UpdateStr
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |