summaryrefslogtreecommitdiff
path: root/hmqv.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-08-03 22:05:01 -0400
committerJeffrey Walton <noloader@gmail.com>2019-08-03 22:05:01 -0400
commit37c0fb7ba8871fd88e52aa219e29933b7b07388f (patch)
treec6b8427436249ddc8b0940f32f1e01c9b75632eb /hmqv.h
parent057c2b434ba6efb1910c53aa3b375c9c16de484b (diff)
downloadcryptopp-git-37c0fb7ba8871fd88e52aa219e29933b7b07388f.tar.gz
Update documentation
Diffstat (limited to 'hmqv.h')
-rw-r--r--hmqv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/hmqv.h b/hmqv.h
index 8603d16c..3b86a629 100644
--- a/hmqv.h
+++ b/hmqv.h
@@ -55,11 +55,9 @@ public:
/// \brief Construct a HMQV domain
/// \tparam T1 template parameter used as a constructor parameter
- /// \tparam T2 template parameter used as a constructor parameter
/// \param v1 first parameter
- /// \param v2 second parameter
/// \param clientRole flag indicating initiator or recipient
- /// \details v1 and v2 are passed directly to the GROUP_PARAMETERS object.
+ /// \details v1 is passed directly to the GROUP_PARAMETERS object.
/// \details <tt>clientRole = true</tt> indicates initiator, and
/// <tt>clientRole = false</tt> indicates recipient or server.
template <class T1>