diff options
author | Jeffrey Walton <noloader@gmail.com> | 2016-01-20 08:33:45 -0500 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2016-01-20 08:33:45 -0500 |
commit | f6501ee7f6a0c29228512c5fe43e7d8faa546c8e (patch) | |
tree | 817b09b1b52701e022ca265a3b8ce5b7b51d2346 /dh.h | |
parent | 2e6946381e1b412f6a8a8707a0290fc32aaf9892 (diff) | |
download | cryptopp-git-f6501ee7f6a0c29228512c5fe43e7d8faa546c8e.tar.gz |
Updated documentation
Diffstat (limited to 'dh.h')
-rw-r--r-- | dh.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.
|