|
Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Iterated hash with a static transformation function. More...
Inheritance diagram for IteratedHashWithStaticTransform< T_HashWordType, T_Endianness, T_BlockSize, T_StateSize, T_Transform, T_DigestSize, T_StateAligned >:Public Member Functions | |
| unsigned int | DigestSize () const |
| Provides the digest size of the hash. More... | |
Public Member Functions inherited from ClonableImpl< T_Transform, AlgorithmImpl< IteratedHash< T_HashWordType, T_Endianness, T_BlockSize >, T_Transform > > | |
| Clonable * | Clone () const |
| Create a copy of this object. More... | |
Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
| 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 Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO > | |
| 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.