| QuickHash Library | Type Library |
|
SHA384_CalculateStr
void SHA384_CalculateStr( [out]SHA384_Digest* pDigest, [ in , string ] unsigned char* pSrc );
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 null-terminated string for which to calculate the message digest.
Remarks
Calculates the SHA-2(384) message digest for the null-terminated string specified by pSrc. The digest is retrieved in the pDigest memory buffer.
VB Example
|
Type Library Overview | Type Library Functions | Useful Links | HashCalc
See Also SHA384_CalculateStrHex, SHA384_Calculate, SHA384_CalculateHex, QHASH_ConvertToHex
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |