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 clientRole = true indicates initiator, and /// clientRole = false indicates recipient or server. template 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 clientRole = true indicates initiator, and /// clientRole = false indicates recipient or server. template