|
Crypto++
|
implements the SHA-512 standard More...
#include <sha.h>
Public Member Functions | |
| unsigned int | DigestSize () const |
Static Public Member Functions | |
| static void | InitState (HashWordType *state) |
| static void | Transform (word64 *digest, const word64 *data) |
| static const char * | StaticAlgorithmName () |
Static Public Attributes | |
| static const int | DIGESTSIZE |
Protected Member Functions | |
| void | HashEndianCorrectedBlock (const T_HashWordType *data) |
| void | Init () |
| T_HashWordType * | StateBuf () |
Protected Attributes | |
|
FixedSizeAlignedSecBlock < T_HashWordType, T_BlockSize/sizeof(T_HashWordType), T_StateAligned > | m_state |
implements the SHA-512 standard
1.7.5