|
Crypto++
|
implements the SHA-256 standard More...
#include <sha.h>
Public Types | |
| typedef BigEndian | ByteOrderClass |
| typedef word32 | HashWordType |
Public Member Functions | |
| unsigned int | DigestSize () const |
| Clonable * | Clone () const |
| std::string | AlgorithmName () const |
| unsigned int | BlockSize () const |
| ByteOrder | GetByteOrder () const |
| unsigned int | OptimalBlockSize () const |
| unsigned int | OptimalDataAlignment () const |
| void | Update (const byte *input, size_t length) |
| byte * | CreateUpdateSpace (size_t &size) |
| void | Restart () |
| void | TruncatedFinal (byte *digest, size_t size) |
Static Public Attributes | |
| static const int | DIGESTSIZE |
| static const int | BLOCKSIZE |
|
static CompileAssert <((T_BlockSize &(T_BlockSize-1))==0)> | cryptopp_assert___LINE__ |
Protected Attributes | |
|
FixedSizeAlignedSecBlock < word32, T_BlockSize/sizeof(word32), T_StateAligned > | m_state |
|
FixedSizeSecBlock< word32, T_BlockSize/sizeof(word32)> | m_data |
1.8.8