Updated documentation

This commit is contained in:
Jeffrey Walton 2016-04-22 00:03:03 -04:00
parent 746b618c3e
commit 131fd4bb7b

View File

@ -480,8 +480,8 @@ struct CRYPTOPP_NO_VTABLE CFB_CipherConcretePolicy : public BASE
};
};
//! \class AdditiveCipherTemplate
//! \brief Base class for stream ciphers with SymmetricCipher interface
//! \class CFB_CipherTemplate
//! \brief Base class for feedback based stream ciphers with SymmetricCipher interface
//! \tparam BASE AbstractPolicyHolder base class
template <class BASE>
class CRYPTOPP_NO_VTABLE CFB_CipherTemplate : public BASE