summaryrefslogtreecommitdiff
path: root/crc.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 08:11:05 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 08:11:05 -0400
commitf55a1099f2938229b8427b3cad1e26fe84f4f248 (patch)
treeae031396e9e2957057b62c839a77c77e513caab7 /crc.h
parent894874fe75ce079ad57e9d5e19813193b129152d (diff)
downloadcryptopp-git-f55a1099f2938229b8427b3cad1e26fe84f4f248.tar.gz
Updated documentation
Diffstat (limited to 'crc.h')
-rw-r--r--crc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crc.h b/crc.h
index 44e0e2f7..b1f5a34c 100644
--- a/crc.h
+++ b/crc.h
@@ -47,6 +47,7 @@ private:
//! \brief CRC-32C Checksum Calculation
//! \details Uses CRC polynomial 0x82F63B78
+//! \since Crypto++ 5.6.4
class CRC32C : public HashTransformation
{
public: