Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Iterated hash with a static transformation function. More...
Public Member Functions | |
unsigned int | DigestSize () const |
Provides the digest size of the hash. More... | |
![]() | |
Clonable * | Clone () const |
Create a copy of this object. More... | |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. More... | |
Static Public Attributes | |
static const int | DIGESTSIZE = T_DigestSize ? T_DigestSize : T_StateSize |
Additional Inherited Members | |
![]() | |
static std::string | StaticAlgorithmName () |
The algorithm name. More... | |
Iterated hash with a static transformation function.
T_HashWordType | Hash word type |
T_Endianness | Endianness type of hash |
T_BlockSize | Block size of the hash |
T_StateSize | Internal state size of the hash |
T_Transform | HashTransformation derived class |
T_DigestSize | Digest size of the hash |
T_StateAligned | Flag indicating if state is 16-byte aligned |
Definition at line 180 of file iterhash.h.
|
inline |
Provides the digest size of the hash.
DigestSize() returns DIGESTSIZE
.
Definition at line 191 of file iterhash.h.