summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-11 13:33:12 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-11 13:33:12 -0400
commitaaebc8dc6fe07bc16683d813a464a512255cd849 (patch)
tree6fc7d026a58b75e0f69f10ba66ad6f804c4be875 /pubkey.h
parenta71b9301ec6ee51f61c037bc20b314d02e7bd185 (diff)
downloadcryptopp-git-aaebc8dc6fe07bc16683d813a464a512255cd849.tar.gz
Update documentation
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pubkey.h b/pubkey.h
index ad5b3ed4..fc3a1470 100644
--- a/pubkey.h
+++ b/pubkey.h
@@ -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: