Updated documentation

pull/161/head
Jeffrey Walton 2016-04-22 00:03:03 -04:00
parent 746b618c3e
commit 131fd4bb7b
1 changed files with 2 additions and 2 deletions

View File

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