Update documentation

This commit is contained in:
Jeffrey Walton 2019-08-03 22:08:07 -04:00
parent 37c0fb7ba8
commit c3e0d123b2
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
3 changed files with 3 additions and 3 deletions

View File

@ -206,7 +206,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.

2
hmqv.h
View File

@ -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.

2
mqv.h
View File

@ -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.