Update documentation

This commit is contained in:
Jeffrey Walton 2021-04-11 13:33:12 -04:00
parent a71b9301ec
commit aaebc8dc6f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -1495,6 +1495,7 @@ public:
};
/// \brief Interface for symmetric encryption algorithms used in DL cryptosystems
/// \sa DLIES, ECIES, ECIES_P1363
class CRYPTOPP_NO_VTABLE DL_SymmetricEncryptionAlgorithm
{
public: