summaryrefslogtreecommitdiff
path: root/dh.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-01-20 08:33:45 -0500
committerJeffrey Walton <noloader@gmail.com>2016-01-20 08:33:45 -0500
commitf6501ee7f6a0c29228512c5fe43e7d8faa546c8e (patch)
tree817b09b1b52701e022ca265a3b8ce5b7b51d2346 /dh.h
parent2e6946381e1b412f6a8a8707a0290fc32aaf9892 (diff)
downloadcryptopp-git-f6501ee7f6a0c29228512c5fe43e7d8faa546c8e.tar.gz
Updated documentation
Diffstat (limited to 'dh.h')
-rw-r--r--dh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh.h b/dh.h
index ef8a62ae..9e3a28a7 100644
--- a/dh.h
+++ b/dh.h
@@ -15,7 +15,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \class DH_Domain
//! \brief Diffie-Hellman domain
//! \tparam GROUP_PARAMETERS group parameters
-//! \tparam COFACTOR_OPTION cofactor options
+//! \tparam COFACTOR_OPTION \ref CofactorMultiplicationOption "cofactor multiplication option"
//! \details A Diffie-Hellman domain is a set of parameters that must be shared
//! by two parties in a key agreement protocol, along with the algorithms
//! for generating key pairs and deriving agreed values.