From f55a1099f2938229b8427b3cad1e26fe84f4f248 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 10 Sep 2016 08:11:05 -0400 Subject: [PATCH] Updated documentation --- crc.h | 1 + 1 file changed, 1 insertion(+) 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: