Updated documentation

pull/294/head
Jeffrey Walton 2016-09-20 10:03:11 -04:00
parent b79ca63a34
commit aaedeaa647
1 changed files with 3 additions and 3 deletions

View File

@ -65,10 +65,10 @@ protected:
unsigned int m_digestSize, m_counter; unsigned int m_digestSize, m_counter;
}; };
//! \class Keccak_224 //! \class Keccak_Final
//! \tparam DigestSize controls the digest size as a template parameter instead of a per-class constant //! \tparam DigestSize controls the digest size as a template parameter instead of a per-class constant
//! \brief Keccak-X message digest, template for more fine-grained typedefs //! \brief Keccak-X message digest, template for more fine-grained typedefs
//! \since Crypto++ 5.7.0 //! \since Crypto++ 5.6.5
template<unsigned int digestSize> template<unsigned int digestSize>
class Keccak_Final : public Keccak class Keccak_Final : public Keccak
{ {