mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-13 00:41:07 +00:00
Updated documentation
This commit is contained in:
parent
746b618c3e
commit
131fd4bb7b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user