summaryrefslogtreecommitdiff
path: root/sha3.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-02-21 12:59:20 -0500
committerJeffrey Walton <noloader@gmail.com>2017-02-21 12:59:20 -0500
commit62f92dd592a1685e7fee99165ec9350aee368c37 (patch)
tree81444e353f7b525321dc6fd841682f271fad674f /sha3.h
parent8c20630c2d693ef3ebd4209d111d05e18337521e (diff)
downloadcryptopp-git-62f92dd592a1685e7fee99165ec9350aee368c37.tar.gz
Change next version from 5.7 to 6.0
Crypto++ 5.7 was the increment after the 5.6.5 release. Crypto++ 6.0 accurately reflects compatibility
Diffstat (limited to 'sha3.h')
-rw-r--r--sha3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha3.h b/sha3.h
index ac393ab4..e551767f 100644
--- a/sha3.h
+++ b/sha3.h
@@ -54,7 +54,7 @@ protected:
//! \class SHA3_224
//! \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++ 6.0.0
template<unsigned int T_DigestSize>
class SHA3_Final : public SHA3
{