Updated documentation

pull/263/head
Jeffrey Walton 2016-09-10 08:11:05 -04:00
parent 894874fe75
commit f55a1099f2
1 changed files with 1 additions and 0 deletions

1
crc.h
View File

@ -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: