| QuickHash Library | Type Library |
|
SHA256_Calculate
void SHA256_Calculate( [out]SHA256_Digest* pDigest, [ in , size_is( nSrcLength ) ] const void* pSrc, [ in ] int nSrcLength );
Parameters
pDigest
[out] A memory buffer that will receive the message digest.
Note. All predefined types are specified in the Predefined Types List.
pSrc
[in] A continuous memory block for which to calculate the message digest.
nSrcLength
[in] Length in bytes of the memory block.
Remarks
Calculates the SHA-2(256) message digest for the pSrc memory block. The digest is retrieved in the pDigest memory buffer.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also SHA256_CalculateHex, SHA256_CalculateStr, SHA256_CalculateStrHex, QHASH_ConvertToHex
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |