summaryrefslogtreecommitdiff
path: root/fhmqv.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 /fhmqv.h
parent057c2b434ba6efb1910c53aa3b375c9c16de484b (diff)
downloadcryptopp-git-37c0fb7ba8871fd88e52aa219e29933b7b07388f.tar.gz
Update documentation
Diffstat (limited to 'fhmqv.h')
-rw-r--r--fhmqv.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fhmqv.h b/fhmqv.h
index eadacc80..05ae0fd5 100644
--- a/fhmqv.h
+++ b/fhmqv.h
@@ -56,11 +56,9 @@ public:
/// \brief Construct a FHMQV 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>