summaryrefslogtreecommitdiff
path: root/mqv.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-08-03 22:08:07 -0400
committerJeffrey Walton <noloader@gmail.com>2019-08-03 22:08:07 -0400
commitc3e0d123b20d1024c2a7848ee1b1c5b6bc014542 (patch)
treeaba2da1fc9cde588c68f8087357b4cce058e21fb /mqv.h
parent37c0fb7ba8871fd88e52aa219e29933b7b07388f (diff)
downloadcryptopp-git-c3e0d123b20d1024c2a7848ee1b1c5b6bc014542.tar.gz
Update documentation
Diffstat (limited to 'mqv.h')
-rw-r--r--mqv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mqv.h b/mqv.h
index eec96722..fbcccd48 100644
--- a/mqv.h
+++ b/mqv.h
@@ -166,7 +166,7 @@ public:
/// \param staticPrivateKey your long term private key
/// \param ephemeralPrivateKey your ephemeral private key
/// \param staticOtherPublicKey couterparty's long term public key
- /// \param ephemeralOtherPublicKey your ephemeral public key
+ /// \param ephemeralOtherPublicKey couterparty's ephemeral public key
/// \param validateStaticOtherPublicKey flag indicating validation
/// \details Agree() performs the authenticated key agreement. Each instance
/// or run of the protocol should use a new ephemeral key pair.