summaryrefslogtreecommitdiff
path: root/sha3.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-12-24 21:07:18 -0500
committerJeffrey Walton <noloader@gmail.com>2017-12-24 21:07:18 -0500
commitb20a91f6b2f6a41cc10f9fe5da63fa91f7f081e4 (patch)
tree68882a8ff6911460c3cc8bc974ab405ac73ee721 /sha3.h
parent41da3fa7f1d534c210fcc06c873fd0cc43956fc0 (diff)
downloadcryptopp-git-b20a91f6b2f6a41cc10f9fe5da63fa91f7f081e4.tar.gz
Update documentation
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 86fe9758..ca07a678 100644
--- a/sha3.h
+++ b/sha3.h
@@ -51,7 +51,7 @@ protected:
unsigned int m_digestSize, m_counter;
};
-/// \class SHA3_224
+/// \class SHA3_Final
/// \brief SHA3 message digest template
/// \tparam T_DigestSize the size of the digest, in bytes
/// \since Crypto++ 5.6.2