summaryrefslogtreecommitdiff
path: root/hmqv.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 /hmqv.h
parent37c0fb7ba8871fd88e52aa219e29933b7b07388f (diff)
downloadcryptopp-git-c3e0d123b20d1024c2a7848ee1b1c5b6bc014542.tar.gz
Update documentation
Diffstat (limited to 'hmqv.h')
-rw-r--r--hmqv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmqv.h b/hmqv.h
index 3b86a629..34b2028b 100644
--- a/hmqv.h
+++ b/hmqv.h
@@ -205,7 +205,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.