|
QuickHash Library |
API |
|
SL_SHA512_Init
void SL_HASHCALL SL_SHA512_Init( void* pContext
);
Parameters
pContext
[out] Pointer to the memory buffer that
will be used as a context.
Remarks
Initializes the context pointed by pContext.
Before calling SL_SHA512_Init allocate at least SLC_SHA512_CONTEXTSIZE bytes
for the context.
Example
See the example for
SL_SHA512_Final.
SHA512 API Overview
| SHA512 API Functions
|
Useful Links | HashCalc
See Also
SL_SHA512_Final,
SL_SHA512_FinalHex,
SL_SHA512_Update,
SL_SHA512_UpdateStr
|