From 26c8fa3976f255d312de741a41f830b1459257ab Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 20 Sep 2016 10:03:49 -0400 Subject: [PATCH] Updated documentation --- sha3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sha3.h b/sha3.h index 8b988ab1..417fed97 100644 --- a/sha3.h +++ b/sha3.h @@ -50,10 +50,10 @@ protected: unsigned int m_digestSize, m_counter; }; -//! \class SHA3_224 +//! \class SHA3_Final //! \tparam DigestSize controls the digest size as a template parameter instead of a per-class constant //! \brief SHA3-X message digest, template for more fine-grained typedefs -//! \since Crypto++ 5.7.0 +//! \since Crypto++ 5.6.5 template class SHA3_Final : public SHA3 {