Updated documentation
parent
746b618c3e
commit
131fd4bb7b
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue