diff options
author | klemens <ka7@github.com> | 2016-12-27 18:34:57 +0100 |
---|---|---|
committer | klemens <ka7@github.com> | 2016-12-27 18:34:57 +0100 |
commit | 5a5c6330735798ed7670cfe1d28986d0a88fb6a9 (patch) | |
tree | 5c351b3fbc98cfeeb3d9c7fdd0fc926724223e30 /mqv.h | |
parent | 06f79d904d5d4a801910e31bcca2846e5afbeaff (diff) | |
download | cryptopp-git-5a5c6330735798ed7670cfe1d28986d0a88fb6a9.tar.gz |
spelling fixes
Diffstat (limited to 'mqv.h')
-rw-r--r-- | mqv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ NAMESPACE_BEGIN(CryptoPP) //! \brief MQV domain for performing authenticated key agreement
//! \tparam GROUP_PARAMETERS doamin parameters
//! \tparam COFACTOR_OPTION cofactor option
-//! \details GROUP_PARAMETERS paramters include the curve coefcients and the base point.
+//! \details GROUP_PARAMETERS parameters include the curve coefcients and the base point.
//! Binary curves use a polynomial to represent its characteristic, while prime curves
//! use a prime number.
//! \sa MQV, HMQV, FHMQV, and AuthenticatedKeyAgreementDomain
|