| QuickHash Library | C++ Interface |
|
CSHA512 Class Members
| Construction | ||
| CSHA512 | Constructs a CSHA512 object. | |
| Operations | ||
| Update | Updates the CSHA512 object with a continuous block of memory or with a null-terminated string. | |
| Final | Retrieves the SHA512 digest from the CSHA512 object and reinitializes the object. | |
| FinalHex | Retrieves the SHA512 digest from the CSHA512 object and reinitializes the object. The obtained digest is a null-terminated hexadecimal string. | |
| Calculate | Calculates the SHA512 digest for a continuous block of memory or for a null-terminated string. | |
| CalculateHex | Calculates the SHA512 digest for a continuous block of memory or for a null-terminated string. The obtained digest is a null-terminated hexadecimal string. | |
CSHA512 Overview | Useful Links | HashCalc
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |