summaryrefslogtreecommitdiff
path: root/dh2.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-01-22 20:13:18 -0500
committerJeffrey Walton <noloader@gmail.com>2018-01-22 20:13:18 -0500
commitc9b00c14fd9c238ac3a797a53b3c01c4ab92f00e (patch)
treec1b079d0bc66e3d641121fe09831cd746e9913ba /dh2.h
parente3d79bf98c3d068c4be602c544a0b2dec207d5a1 (diff)
downloadcryptopp-git-c9b00c14fd9c238ac3a797a53b3c01c4ab92f00e.tar.gz
Update documentation
Diffstat (limited to 'dh2.h')
-rw-r--r--dh2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh2.h b/dh2.h
index 48b8d464..b86161d7 100644
--- a/dh2.h
+++ b/dh2.h
@@ -2,6 +2,7 @@
/// \file dh2.h
/// \brief Classes for Unified Diffie-Hellman key exchange
+/// \since Crypto++ 3.0
#ifndef CRYPTOPP_DH2_H
#define CRYPTOPP_DH2_H
@@ -15,7 +16,7 @@ NAMESPACE_BEGIN(CryptoPP)
/// by two parties in a key agreement protocol, along with the algorithms
/// for generating key pairs and deriving agreed values.
/// \sa AuthenticatedKeyAgreementDomain, <a href="http://www.weidai.com/scan-mirror/ka.html#DH2">Unified Diffie-Hellman</a>
-/// \since Crypto++ 1.0
+/// \since Crypto++ 3.0
class DH2 : public AuthenticatedKeyAgreementDomain
{
public: