Update documentation
parent
37c0fb7ba8
commit
c3e0d123b2
2
fhmqv.h
2
fhmqv.h
|
|
@ -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
2
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.
|
||||
|
|
|
|||
2
mqv.h
2
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue