summaryrefslogtreecommitdiff
path: root/sha3.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-20 10:03:49 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-20 10:03:49 -0400
commit26c8fa3976f255d312de741a41f830b1459257ab (patch)
treed61f14f6020def798508af97f4f5e9d854c4fc61 /sha3.h
parentaaedeaa6471d09a87b54f945442a7a8e175924f5 (diff)
downloadcryptopp-git-26c8fa3976f255d312de741a41f830b1459257ab.tar.gz
Updated documentation
Diffstat (limited to 'sha3.h')
-rw-r--r--sha3.h4
1 files 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<unsigned int digestSize>
class SHA3_Final : public SHA3
{